Uses of Class
fedora.server.utilities.TableCreatingConnection

Packages that use TableCreatingConnection
fedora.server.storage   
fedora.server.utilities   
 

Uses of TableCreatingConnection in fedora.server.storage
 

Methods in fedora.server.storage that return TableCreatingConnection
 TableCreatingConnection ConnectionPool.getTableCreatingConnection()
          Gets a TableCreatingConnection.
 

Uses of TableCreatingConnection in fedora.server.utilities
 

Methods in fedora.server.utilities with parameters of type TableCreatingConnection
protected abstract  void SQLUtility.i_createTables(TableCreatingConnection tcConn, java.util.List<TableSpec> specs)