| Package | Description |
|---|---|
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ColumnSpec> |
TableSpec.columnSpecIterator()
Gets an iterator over the columns.
|
| 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.