Uses of Class
org.apache.jackrabbit.core.util.db.ConnectionHelper
-
Packages that use ConnectionHelper 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 ConnectionHelper in org.apache.jackrabbit.core.data.db
Fields in org.apache.jackrabbit.core.data.db declared as ConnectionHelper Modifier and Type Field Description protected ConnectionHelper
DbDataStore. conHelper
TheConnectionHelper
set in theDbDataStore.init(String)
method.Methods in org.apache.jackrabbit.core.data.db that return ConnectionHelper Modifier and Type Method Description protected ConnectionHelper
DbDataStore. createConnectionHelper(DataSource dataSrc)
This method is called from theDbDataStore.init(String)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
DerbyDataStore. createConnectionHelper(DataSource dataSrc)
This method is called from theDbDataStore.init(String)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field. -
Uses of ConnectionHelper in org.apache.jackrabbit.core.fs.db
Fields in org.apache.jackrabbit.core.fs.db declared as ConnectionHelper Modifier and Type Field Description protected ConnectionHelper
DatabaseFileSystem. conHelper
theConnectionHelper
set in theDatabaseFileSystem.init()
methodMethods in org.apache.jackrabbit.core.fs.db that return ConnectionHelper Modifier and Type Method Description protected ConnectionHelper
DatabaseFileSystem. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseFileSystem.init()
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
DerbyFileSystem. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseFileSystem.init()
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
Oracle9FileSystem. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseFileSystem.init()
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
OracleFileSystem. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseFileSystem.init()
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field. -
Uses of ConnectionHelper in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return ConnectionHelper Modifier and Type Method Description protected ConnectionHelper
DatabaseJournal. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseJournal.init(String, NamespaceResolver)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
OracleDatabaseJournal. createConnectionHelper(DataSource dataSrc)
This method is called from theDatabaseJournal.init(String, NamespaceResolver)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field. -
Uses of ConnectionHelper in org.apache.jackrabbit.core.persistence.pool
Fields in org.apache.jackrabbit.core.persistence.pool declared as ConnectionHelper Modifier and Type Field Description protected ConnectionHelper
BundleDbPersistenceManager. conHelper
theConnectionHelper
set in theBundleDbPersistenceManager.init(PMContext)
methodprotected ConnectionHelper
DbNameIndex. conHelper
Methods in org.apache.jackrabbit.core.persistence.pool that return ConnectionHelper Modifier and Type Method Description protected ConnectionHelper
BundleDbPersistenceManager. createConnectionHelper(DataSource dataSrc)
This method is called from theBundleDbPersistenceManager.init(PMContext)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
DerbyPersistenceManager. createConnectionHelper(DataSource dataSrc)
This method is called from theBundleDbPersistenceManager.init(PMContext)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
Oracle9PersistenceManager. createConnectionHelper(DataSource dataSrc)
This method is called from theBundleDbPersistenceManager.init(PMContext)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
OraclePersistenceManager. createConnectionHelper(DataSource dataSrc)
This method is called from theBundleDbPersistenceManager.init(PMContext)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.protected ConnectionHelper
PostgreSQLPersistenceManager. createConnectionHelper(DataSource dataSrc)
This method is called from theBundleDbPersistenceManager.init(PMContext)
method of this class and returns aConnectionHelper
instance which is assigned to theconHelper
field.Constructors in org.apache.jackrabbit.core.persistence.pool with parameters of type ConnectionHelper Constructor 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)
-
Uses of ConnectionHelper in org.apache.jackrabbit.core.util.db
Subclasses of ConnectionHelper in org.apache.jackrabbit.core.util.db Modifier and Type Class 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.Constructors in org.apache.jackrabbit.core.util.db with parameters of type ConnectionHelper Constructor Description CheckSchemaOperation(ConnectionHelper connectionhelper, InputStream ddlStream, String tableName)
-