Uses of Class
org.apache.jackrabbit.core.util.db.CheckSchemaOperation
-
Packages that use CheckSchemaOperation Package Description org.apache.jackrabbit.core.data.db org.apache.jackrabbit.core.util.db -
-
Uses of CheckSchemaOperation in org.apache.jackrabbit.core.data.db
Methods in org.apache.jackrabbit.core.data.db that return CheckSchemaOperation Modifier and Type Method Description protected CheckSchemaOperationDbDataStore. createCheckSchemaOperation()This method is called fromDbDataStore.init(String)after theDbDataStore.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation. -
Uses of CheckSchemaOperation in org.apache.jackrabbit.core.util.db
Methods in org.apache.jackrabbit.core.util.db that return CheckSchemaOperation Modifier and Type Method Description CheckSchemaOperationCheckSchemaOperation. addVariableReplacement(String var, String replacement)Adds a variable replacement mapping.
-