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.fs.db This package contains the class, a simple generic JDBC-basedDbFileSystemFileSystemimplementation for Jackrabbit.org.apache.jackrabbit.core.journal org.apache.jackrabbit.core.persistence.pool 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.fs.db
Methods in org.apache.jackrabbit.core.fs.db that return CheckSchemaOperation Modifier and Type Method Description protected CheckSchemaOperationDatabaseFileSystem. createCheckSchemaOperation()This method is called fromDatabaseFileSystem.init()after theDatabaseFileSystem.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationMSSqlFileSystem. createCheckSchemaOperation()This method is called fromDatabaseFileSystem.init()after theDatabaseFileSystem.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationOracleFileSystem. createCheckSchemaOperation()This method is called fromDatabaseFileSystem.init()after theDatabaseFileSystem.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation. -
Uses of CheckSchemaOperation in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return CheckSchemaOperation Modifier and Type Method Description protected CheckSchemaOperationDatabaseJournal. createCheckSchemaOperation()This method is called fromDatabaseJournal.init(String, NamespaceResolver)after theDatabaseJournal.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationMSSqlDatabaseJournal. createCheckSchemaOperation()This method is called fromDatabaseJournal.init(String, NamespaceResolver)after theDatabaseJournal.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationOracleDatabaseJournal. createCheckSchemaOperation()This method is called fromDatabaseJournal.init(String, NamespaceResolver)after theDatabaseJournal.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation. -
Uses of CheckSchemaOperation in org.apache.jackrabbit.core.persistence.pool
Methods in org.apache.jackrabbit.core.persistence.pool that return CheckSchemaOperation Modifier and Type Method Description protected CheckSchemaOperationBundleDbPersistenceManager. createCheckSchemaOperation()This method is called fromBundleDbPersistenceManager.init(PMContext)after theBundleDbPersistenceManager.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationMSSqlPersistenceManager. createCheckSchemaOperation()This method is called fromBundleDbPersistenceManager.init(PMContext)after theBundleDbPersistenceManager.createConnectionHelper(DataSource)method, and returns a defaultCheckSchemaOperation.protected CheckSchemaOperationOraclePersistenceManager. createCheckSchemaOperation()This method is called fromBundleDbPersistenceManager.init(PMContext)after theBundleDbPersistenceManager.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.
-