| Package | Description |
|---|---|
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities |
| Constructor and Description |
|---|
ConnectionPool(String driver,
String url,
String username,
String password,
DDLConverter ddlConverter,
int maxActive,
int maxIdle,
long maxWait,
int minIdle,
long minEvictableIdleTimeMillis,
int numTestsPerEvictionRun,
long timeBetweenEvictionRunsMillis,
String validationQuery,
boolean testOnBorrow,
boolean testOnReturn,
boolean testWhileIdle,
byte whenExhaustedAction)
Constructs a ConnectionPool that can provide TableCreatingConnections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDDLConverter
A DDLConverter that works with Derby.
|
class |
MsSQLDDLConverter
A DDLConverter for MS SQL Server.
|
class |
MySQLDDLConverter
A DDLConverter that works with MySQL.
|
class |
OracleDDLConverter
A DDLConverter that works with Oracle.
|
class |
PostgresDDLConverter
A DDLConverter that works with Postgres.
|
| Modifier and Type | Method and Description |
|---|---|
DDLConverter |
TableCreatingConnection.getDDLConverter()
Get the DDLConverter this TableCreatingConnection works with.
|
| Constructor and Description |
|---|
TableCreatingConnection(Connection wrapped,
DDLConverter converter)
Constructs a TableCreatingConnection.
|
Copyright © 2013 DuraSpace. All Rights Reserved.