Uses of Class
fedora.server.utilities.TableSpec

Packages that use TableSpec
fedora.server.utilities   
 

Uses of TableSpec in fedora.server.utilities
 

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

Methods in fedora.server.utilities with parameters of type TableSpec
 void TableCreatingConnection.createTable(TableSpec spec)
          Creates a table in the target database.
 java.util.List PostgresDDLConverter.getDDL(TableSpec spec)
           
 java.util.List OracleDDLConverter.getDDL(TableSpec spec)
           
 java.util.List MySQLDDLConverter.getDDL(TableSpec spec)
           
 java.util.List McKoiDDLConverter.getDDL(TableSpec spec)
           
 java.util.List DDLConverter.getDDL(TableSpec tableSpec)
           
 

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