| Package | Description |
|---|---|
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
void |
TableSpec.assertConsistent()
Ensures that the TableSpec is internally consistent.
|
void |
TableSpecDeserializer.assertTableSpecsConsistent() |
static void |
SQLUtility.createNonExistingTables(ConnectionPool cPool,
InputStream dbSpec) |
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 void |
SQLUtility.i_createNonExistingTables(ConnectionPool pool,
InputStream dbSpec) |
| Constructor and Description |
|---|
TableSpec(String name,
List<ColumnSpec> columnSpecs,
String primaryColumnName)
Constructs a TableSpec given a name, a set of ColumnSpecs, and the name
of the primary key column.
|
TableSpec(String name,
List<ColumnSpec> columnSpecs,
String primaryColumnName,
String type)
Constructs a TableSpec given a name, a set of ColumnSpecs, the name of
the primary key column, and a table type.
|
Copyright © 2013 DuraSpace. All Rights Reserved.