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
setLogicalDb
public void setLogicalDb(LogicalDatabase ldb)
getLogicalDb
public LogicalDatabase getLogicalDb()
getTransaction
public DBTransaction getTransaction(DBConnection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException