Uses of Class
org.fcrepo.server.errors.InconsistentTableSpecException

Packages that use InconsistentTableSpecException
org.fcrepo.server.utilities   
 

Uses of InconsistentTableSpecException in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that throw InconsistentTableSpecException
 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)
           
 

Constructors in org.fcrepo.server.utilities that throw InconsistentTableSpecException
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 © 2012 DuraSpace. All Rights Reserved.