|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnSpec | |
|---|---|
| org.fcrepo.server.utilities | |
| Uses of ColumnSpec in org.fcrepo.server.utilities |
|---|
| Methods in org.fcrepo.server.utilities that return types with arguments of type ColumnSpec | |
|---|---|
Iterator<ColumnSpec> |
TableSpec.columnSpecIterator()
Gets an iterator over the columns. |
| Constructor parameters in org.fcrepo.server.utilities with type arguments of type ColumnSpec | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||