| Package | Description |
|---|---|
| org.apache.jackrabbit.core.data.db | |
| 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 |
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. |
| 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–2017 The Apache Software Foundation. All rights reserved.