Package org.alfresco.repo.domain.schema.script
-
Interface Summary Interface Description ScriptBundleExecutor Executes a set of zero or more SQL scripts.ScriptExecutor Defines a SQL script executor that executes a single SQL script.StatementExecutor Defines a statement executor. -
Class Summary Class Description DeleteNotExistsExecutor The--DELETE_NOT_EXISTS primaryTable.columnName,secondaryTable1.columnName1,...,secondaryTableN.columnNameN batch.size.propertystatement is used to delete all the items that don't have any corresponding key in any of the secondary tables (e.g.MySQLDeleteNotExistsExecutor Extendsto cope with MySQL specific fetch size limitation and restrictions.DeleteNotExistsExecutorScriptBundleExecutorImpl ScriptBundleExecutorimplementation.ScriptExecutorImpl