|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckSchemaOperation | |
|---|---|
| org.apache.jackrabbit.core.data.db | |
| org.apache.jackrabbit.core.fs.db | This package contains the class ,
a simple generic JDBC-based 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 | |
|---|---|
protected CheckSchemaOperation |
DbDataStore.createCheckSchemaOperation()
This method is called from DbDataStore.init(String) after the
DbDataStore.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
| Uses of CheckSchemaOperation in org.apache.jackrabbit.core.fs.db |
|---|
| Methods in org.apache.jackrabbit.core.fs.db that return CheckSchemaOperation | |
|---|---|
protected CheckSchemaOperation |
MSSqlFileSystem.createCheckSchemaOperation()
This method is called from #init(PMContext) after the
DatabaseFileSystem.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
DatabaseFileSystem.createCheckSchemaOperation()
This method is called from #init(PMContext) after the
DatabaseFileSystem.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
OracleFileSystem.createCheckSchemaOperation()
This method is called from #init(PMContext) after the
DatabaseFileSystem.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
| Uses of CheckSchemaOperation in org.apache.jackrabbit.core.journal |
|---|
| Methods in org.apache.jackrabbit.core.journal that return CheckSchemaOperation | |
|---|---|
protected CheckSchemaOperation |
DatabaseJournal.createCheckSchemaOperation()
This method is called from DatabaseJournal.init(String, NamespaceResolver) after the
DatabaseJournal.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
OracleDatabaseJournal.createCheckSchemaOperation()
This method is called from DatabaseJournal.init(String, NamespaceResolver) after the
DatabaseJournal.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
MSSqlDatabaseJournal.createCheckSchemaOperation()
This method is called from DatabaseJournal.init(String, NamespaceResolver) after the
DatabaseJournal.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
| Uses of CheckSchemaOperation in org.apache.jackrabbit.core.persistence.pool |
|---|
| Methods in org.apache.jackrabbit.core.persistence.pool that return CheckSchemaOperation | |
|---|---|
protected CheckSchemaOperation |
OraclePersistenceManager.createCheckSchemaOperation()
This method is called from BundleDbPersistenceManager.init(PMContext) after the
BundleDbPersistenceManager.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
BundleDbPersistenceManager.createCheckSchemaOperation()
This method is called from BundleDbPersistenceManager.init(PMContext) after the
BundleDbPersistenceManager.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
protected CheckSchemaOperation |
MSSqlPersistenceManager.createCheckSchemaOperation()
This method is called from BundleDbPersistenceManager.init(PMContext) after the
BundleDbPersistenceManager.createConnectionHelper(DataSource) method, and returns a default CheckSchemaOperation. |
| Uses of CheckSchemaOperation in org.apache.jackrabbit.core.util.db |
|---|
| Methods in org.apache.jackrabbit.core.util.db that return CheckSchemaOperation | |
|---|---|
CheckSchemaOperation |
CheckSchemaOperation.addVariableReplacement(String var,
String replacement)
Adds a variable replacement mapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||