Package org.ametys.core.script
package org.ametys.core.script
-
ClassDescriptionExample 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.Script execution context.Creates necessary SQL tables (if not already existing) at initialization.