Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected ConnectionHelper |
DbDataStore.conHelper
The
ConnectionHelper set in the DbDataStore.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 a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
DerbyDataStore.createConnectionHelper(DataSource dataSrc)
This method is called from the
DbDataStore.init(String) method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
Modifier and Type | Field and Description |
---|---|
protected ConnectionHelper |
DatabaseFileSystem.conHelper
the
ConnectionHelper set in the DatabaseFileSystem.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 a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
DerbyFileSystem.createConnectionHelper(DataSource dataSrc)
This method is called from the
DatabaseFileSystem.init() method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
Oracle9FileSystem.createConnectionHelper(DataSource dataSrc)
This method is called from the
DatabaseFileSystem.init() method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
OracleFileSystem.createConnectionHelper(DataSource dataSrc)
This method is called from the
DatabaseFileSystem.init() method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
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 a ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
OracleDatabaseJournal.createConnectionHelper(DataSource dataSrc)
This method is called from the
DatabaseJournal.init(String, NamespaceResolver) method of this class and
returns a ConnectionHelper instance which is assigned to the conHelper field. |
Modifier and Type | Field and Description |
---|---|
protected ConnectionHelper |
BundleDbPersistenceManager.conHelper
the
ConnectionHelper set in the BundleDbPersistenceManager.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 a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
DerbyPersistenceManager.createConnectionHelper(DataSource dataSrc)
This method is called from the
BundleDbPersistenceManager.init(PMContext) method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
Oracle9PersistenceManager.createConnectionHelper(DataSource dataSrc)
This method is called from the
BundleDbPersistenceManager.init(PMContext) method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
OraclePersistenceManager.createConnectionHelper(DataSource dataSrc)
This method is called from the
BundleDbPersistenceManager.init(PMContext) method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
protected ConnectionHelper |
PostgreSQLPersistenceManager.createConnectionHelper(DataSource dataSrc)
This method is called from the
BundleDbPersistenceManager.init(PMContext) method of this class and returns a
ConnectionHelper instance which is assigned to the conHelper field. |
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 |
Oracle10R1ConnectionHelper
The connection helper for Oracle databases of version up to 10.1.
|
class |
OracleConnectionHelper
The connection helper for Oracle databases of version 10.2 and later.
|
class |
PostgreSQLConnectionHelper
The connection helper for PSQL databases.
|
Constructor and Description |
---|
CheckSchemaOperation(ConnectionHelper connectionhelper,
InputStream ddlStream,
String tableName) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.