|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDLConverter | |
|---|---|
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities | |
| Uses of DDLConverter in org.fcrepo.server.storage |
|---|
| Constructors in org.fcrepo.server.storage with parameters of type DDLConverter | |
|---|---|
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. |
|
| Uses of DDLConverter in org.fcrepo.server.utilities |
|---|
| Classes in org.fcrepo.server.utilities that implement DDLConverter | |
|---|---|
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. |
| Methods in org.fcrepo.server.utilities that return DDLConverter | |
|---|---|
DDLConverter |
TableCreatingConnection.getDDLConverter()
Get the DDLConverter this TableCreatingConnection works with. |
| Constructors in org.fcrepo.server.utilities with parameters of type DDLConverter | |
|---|---|
TableCreatingConnection(Connection wrapped,
DDLConverter converter)
Constructs a TableCreatingConnection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||