|
DODS 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sql.standard.StandardDBTransactionFactory
public class StandardDBTransactionFactory
Field Summary | |
---|---|
protected LogicalDatabase |
logicalDb
|
Constructor Summary | |
---|---|
StandardDBTransactionFactory()
|
Method Summary | |
---|---|
LogicalDatabase |
getLogicalDb()
|
DBTransaction |
getTransaction()
|
void |
setLogicalDb(LogicalDatabase ldb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LogicalDatabase logicalDb
Constructor Detail |
---|
public StandardDBTransactionFactory()
Method Detail |
---|
public void setLogicalDb(LogicalDatabase ldb)
setLogicalDb
in interface AbstractDBTransactionFactory
public LogicalDatabase getLogicalDb()
getLogicalDb
in interface AbstractDBTransactionFactory
public DBTransaction getTransaction() throws java.sql.SQLException
getTransaction
in interface AbstractDBTransactionFactory
java.sql.SQLException
|
DODS 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |