Uses of Class
fedora.server.errors.InconsistentTableSpecException

Packages that use InconsistentTableSpecException
fedora.server.utilities   
 

Uses of InconsistentTableSpecException in fedora.server.utilities
 

Methods in fedora.server.utilities that throw InconsistentTableSpecException
 void TableSpec.assertConsistent()
          Ensures that the TableSpec is internally consistent.
 void TableSpecDeserializer.assertTableSpecsConsistent()
           
static void SQLUtility.createNonExistingTables(ConnectionPool cPool, java.io.InputStream dbSpec)
           
static java.util.List<TableSpec> TableSpec.getTableSpecs(java.io.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, java.io.InputStream dbSpec)
           
 

Constructors in fedora.server.utilities that throw InconsistentTableSpecException
TableSpec(java.lang.String name, java.util.List columnSpecs, java.lang.String primaryColumnName)
          Constructs a TableSpec given a name, a set of ColumnSpecs, and the name of the primary key column.
TableSpec(java.lang.String name, java.util.List columnSpecs, java.lang.String primaryColumnName, java.lang.String type)
          Constructs a TableSpec given a name, a set of ColumnSpecs, the name of the primary key column, and a table type.