|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionHelper | |
|---|---|
| org.apache.jackrabbit.core.data.db | |
| 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 | |
|---|---|
protected ConnectionHelper |
DbDataStore.conHelper
The ConnectionHelper set in the DbDataStore.init(String) method. |
| Methods in org.apache.jackrabbit.core.data.db that return ConnectionHelper | |
|---|---|
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. |
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. |
| Uses of ConnectionHelper in org.apache.jackrabbit.core.util.db |
|---|
| Subclasses of ConnectionHelper in org.apache.jackrabbit.core.util.db | |
|---|---|
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 | |
|---|---|
CheckSchemaOperation(ConnectionHelper connectionhelper,
InputStream ddlStream,
String tableName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||