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-basedDbFileSystem
FileSystem
implementation 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 CheckSchemaOperation
DbDataStore. 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 CheckSchemaOperation
DatabaseFileSystem. createCheckSchemaOperation()
This method is called fromDatabaseFileSystem.init()
after theDatabaseFileSystem.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
MSSqlFileSystem. createCheckSchemaOperation()
This method is called fromDatabaseFileSystem.init()
after theDatabaseFileSystem.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
OracleFileSystem. 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 CheckSchemaOperation
DatabaseJournal. createCheckSchemaOperation()
This method is called fromDatabaseJournal.init(String, NamespaceResolver)
after theDatabaseJournal.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
MSSqlDatabaseJournal. createCheckSchemaOperation()
This method is called fromDatabaseJournal.init(String, NamespaceResolver)
after theDatabaseJournal.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
OracleDatabaseJournal. 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 CheckSchemaOperation
BundleDbPersistenceManager. createCheckSchemaOperation()
This method is called fromBundleDbPersistenceManager.init(PMContext)
after theBundleDbPersistenceManager.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
MSSqlPersistenceManager. createCheckSchemaOperation()
This method is called fromBundleDbPersistenceManager.init(PMContext)
after theBundleDbPersistenceManager.createConnectionHelper(DataSource)
method, and returns a defaultCheckSchemaOperation
.protected CheckSchemaOperation
OraclePersistenceManager. 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 CheckSchemaOperation
CheckSchemaOperation. addVariableReplacement(String var, String replacement)
Adds a variable replacement mapping.
-