Uses of Interface
org.alfresco.repo.domain.schema.script.StatementExecutor
-
Packages that use StatementExecutor Package Description org.alfresco.repo.domain.schema.script -
-
Uses of StatementExecutor in org.alfresco.repo.domain.schema.script
Classes in org.alfresco.repo.domain.schema.script that implement StatementExecutor Modifier and Type Class Description classDeleteNotExistsExecutorThe--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.classMySQLDeleteNotExistsExecutorExtendsto cope with MySQL specific fetch size limitation and restrictions.DeleteNotExistsExecutor
-