Uses of Package
org.alfresco.repo.domain.schema.script
Packages that use org.alfresco.repo.domain.schema.script
-
Classes in org.alfresco.repo.domain.schema.script used by org.alfresco.repo.domain.propval.ibatis
-
Classes in org.alfresco.repo.domain.schema.script used by org.alfresco.repo.domain.schema.scriptClassDescriptionThe
--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. secondaryTable1.columnName1,...,secondaryTableN.columnNameN).Executes a set of zero or more SQL scripts.Defines a SQL script executor that executes a single SQL script.Defines a statement executor.