| Modifier and Type | Field and Description |
|---|---|
protected SQLProvider |
AbstractJDBCDriver.sqlProvider |
| Modifier and Type | Method and Description |
|---|---|
static SQLProvider |
JDBCUtils.getSQLProvider(String driverClass,
String tableName,
SQLProvider.DatabaseStoreType storeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJDBCDriver.setSqlProvider(SQLProvider sqlProvider) |
| Constructor and Description |
|---|
AbstractJDBCDriver(Connection connection,
SQLProvider sqlProvider) |
AbstractJDBCDriver(DataSource dataSource,
SQLProvider provider) |
AbstractJDBCDriver(SQLProvider sqlProvider,
String jdbcConnectionUrl,
String jdbcDriverClass) |
| Constructor and Description |
|---|
JDBCSequentialFileFactory(Connection connection,
SQLProvider sqlProvider,
Executor executor,
IOCriticalErrorListener criticalErrorListener) |
JDBCSequentialFileFactory(DataSource dataSource,
SQLProvider sqlProvider,
Executor executor,
IOCriticalErrorListener criticalErrorListener) |
JDBCSequentialFileFactory(String connectionUrl,
String className,
SQLProvider sqlProvider,
Executor executor,
IOCriticalErrorListener criticalErrorListener) |
PostgresSequentialSequentialFileDriver(Connection connection,
SQLProvider provider) |
PostgresSequentialSequentialFileDriver(DataSource dataSource,
SQLProvider provider) |
| Constructor and Description |
|---|
JDBCJournalImpl(DataSource dataSource,
SQLProvider provider,
String tableName,
ScheduledExecutorService scheduledExecutorService,
Executor completeExecutor,
IOCriticalErrorListener criticalIOErrorListener) |
JDBCJournalImpl(String jdbcUrl,
String jdbcDriverClass,
SQLProvider sqlProvider,
ScheduledExecutorService scheduledExecutorService,
Executor completeExecutor,
IOCriticalErrorListener criticalIOErrorListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySQLProvider
Property-based implementation of a
SQLProvider's factory. |
| Modifier and Type | Method and Description |
|---|---|
SQLProvider |
SQLProvider.Factory.create(String tableName,
SQLProvider.DatabaseStoreType dbStoreType) |
SQLProvider |
PropertySQLProvider.Factory.create(String tableName,
SQLProvider.DatabaseStoreType dbStoreType) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.