Uses of Interface
org.alfresco.repo.domain.schema.script.StatementExecutor
Packages that use StatementExecutor
-
Uses of StatementExecutor in org.alfresco.repo.domain.schema.script
Classes in org.alfresco.repo.domain.schema.script that implement StatementExecutorModifier and TypeClassDescriptionclassThe--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.classSame logic as DeleteNotExistsExecutor with the following changes:classExtendsto cope with MySQL specific fetch size limitation and restrictions.DeleteNotExistsExecutor