DODS 6.5 API

com.lutris.appserver.server.sql
Interface AbstractDBTransactionFactory

All Known Implementing Classes:
StandardDBTransactionFactory

public interface AbstractDBTransactionFactory

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 LogicalDatabase getLogicalDb()
           
 DBTransaction getTransaction(DBConnection conn)
           
 void setLogicalDb(LogicalDatabase ldb)
           
 

Method Detail

setLogicalDb

public void setLogicalDb(LogicalDatabase ldb)

getLogicalDb

public LogicalDatabase getLogicalDb()

getTransaction

public DBTransaction getTransaction(DBConnection conn)
                             throws java.sql.SQLException
Throws:
java.sql.SQLException

DODS 6.5 API