| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.data.db | |
| org.apache.jackrabbit.core.fs.db | This package contains the class  ,
a simple generic JDBC-basedFileSystemimplementation
for Jackrabbit. | 
| org.apache.jackrabbit.core.journal | |
| org.apache.jackrabbit.core.persistence.pool | |
| org.apache.jackrabbit.core.util.db | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConnectionHelper | DbDataStore. conHelperThe  ConnectionHelperset in theDbDataStore.init(String)method. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionHelper | DbDataStore. createConnectionHelper(DataSource dataSrc)This method is called from the  DbDataStore.init(String)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | DerbyDataStore. createConnectionHelper(DataSource dataSrc)This method is called from the  DbDataStore.init(String)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConnectionHelper | DatabaseFileSystem. conHelperthe  ConnectionHelperset in theDatabaseFileSystem.init()method | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionHelper | DatabaseFileSystem. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseFileSystem.init()method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | DerbyFileSystem. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseFileSystem.init()method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | Oracle9FileSystem. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseFileSystem.init()method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | OracleFileSystem. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseFileSystem.init()method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionHelper | DatabaseJournal. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseJournal.init(String, NamespaceResolver)method of this class and
 returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | OracleDatabaseJournal. createConnectionHelper(DataSource dataSrc)This method is called from the  DatabaseJournal.init(String, NamespaceResolver)method of this class and
 returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConnectionHelper | BundleDbPersistenceManager. conHelperthe  ConnectionHelperset in theBundleDbPersistenceManager.init(PMContext)method | 
| protected ConnectionHelper | DbNameIndex. conHelper | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ConnectionHelper | BundleDbPersistenceManager. createConnectionHelper(DataSource dataSrc)This method is called from the  BundleDbPersistenceManager.init(PMContext)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | DerbyPersistenceManager. createConnectionHelper(DataSource dataSrc)This method is called from the  BundleDbPersistenceManager.init(PMContext)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | Oracle9PersistenceManager. createConnectionHelper(DataSource dataSrc)This method is called from the  BundleDbPersistenceManager.init(PMContext)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | OraclePersistenceManager. createConnectionHelper(DataSource dataSrc)This method is called from the  BundleDbPersistenceManager.init(PMContext)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| protected ConnectionHelper | PostgreSQLPersistenceManager. createConnectionHelper(DataSource dataSrc)This method is called from the  BundleDbPersistenceManager.init(PMContext)method of this class and returns aConnectionHelperinstance which is assigned to theconHelperfield. | 
| Constructor and Description | 
|---|
| DbNameIndex(ConnectionHelper conHlpr,
           String schemaObjectPrefix)Creates a new index that is stored in a db. | 
| NGKDbNameIndex(ConnectionHelper conHelper,
              String schemaObjectPrefix)Creates a new index that is stored in a db. | 
| PostgreSQLNameIndex(ConnectionHelper connectionHelper,
                   String schemaObjectPrefix) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DerbyConnectionHelper | 
| class  | Oracle10R1ConnectionHelperThe connection helper for Oracle databases of version up to 10.1. | 
| class  | OracleConnectionHelperThe connection helper for Oracle databases of version 10.2 and later. | 
| class  | PostgreSQLConnectionHelperThe connection helper for PSQL databases. | 
| Constructor and Description | 
|---|
| CheckSchemaOperation(ConnectionHelper connectionhelper,
                    InputStream ddlStream,
                    String tableName) | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.