Package org.ametys.core.script
-
Class Summary Class Description SQLScriptHelper Example of simple use: SQLScriptHelper.createTableIfNotExists(dataSourceId, "QRTZ_JOB_DETAILS", "plugin:core://scripts/%s/quartz.sql", _sourceResolver); Will test if table QRTZ_JOB_DETAILS exits in database from datasource dataSourceId.SQLScriptHelper.ScriptContext Script execution context.SqlTablesInit Creates necessary SQL tables (if not already existing) at initialization.