Uses of Class
org.fcrepo.server.utilities.TableSpec

Packages that use TableSpec
org.fcrepo.server.utilities   
 

Uses of TableSpec in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that return types with arguments of type TableSpec
 List<TableSpec> TableSpecDeserializer.getTableSpecs()
           
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  List<TableSpec> SQLUtility.i_getNonExistingTables(Connection conn, List<TableSpec> specs)
           
 

Methods in org.fcrepo.server.utilities with parameters of type TableSpec
 void TableCreatingConnection.createTable(TableSpec spec)
          Creates a table in the target database.
 List<String> PostgresDDLConverter.getDDL(TableSpec spec)
           
 List<String> OracleDDLConverter.getDDL(TableSpec spec)
           
 List<String> MySQLDDLConverter.getDDL(TableSpec spec)
           
 List<String> MsSQLDDLConverter.getDDL(TableSpec spec)
           
 List<String> DerbyDDLConverter.getDDL(TableSpec spec)
           
 List<String> DDLConverter.getDDL(TableSpec tableSpec)
           
 

Method parameters in org.fcrepo.server.utilities with type arguments of type TableSpec
protected abstract  void SQLUtility.i_createTables(TableCreatingConnection tcConn, List<TableSpec> specs)
           
protected abstract  List<TableSpec> SQLUtility.i_getNonExistingTables(Connection conn, List<TableSpec> specs)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.