| Package | Description |
|---|---|
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
List<TableSpec> |
TableSpecDeserializer.getTableSpecs() |
static List<TableSpec> |
TableSpec.getTableSpecs(InputStream in)
Gets a TableSpec for each table element in the stream, where the stream
contains a valid XML document containing one or more table elements,
wrapped in the root element.
|
protected abstract List<TableSpec> |
SQLUtility.i_getNonExistingTables(Connection conn,
List<TableSpec> specs) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableCreatingConnection.createTable(TableSpec spec)
Creates a table in the target database.
|
List<String> |
PostgresDDLConverter.getDDL(TableSpec spec) |
List<String> |
OracleDDLConverter.getDDL(TableSpec spec) |
List<String> |
MySQLDDLConverter.getDDL(TableSpec spec) |
List<String> |
MsSQLDDLConverter.getDDL(TableSpec spec) |
List<String> |
DerbyDDLConverter.getDDL(TableSpec spec) |
List<String> |
DDLConverter.getDDL(TableSpec tableSpec) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SQLUtility.i_createTables(TableCreatingConnection tcConn,
List<TableSpec> specs) |
protected abstract List<TableSpec> |
SQLUtility.i_getNonExistingTables(Connection conn,
List<TableSpec> specs) |
Copyright © 2013 DuraSpace. All Rights Reserved.