|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.sql.Connection |
getConnection(boolean forWriting)
|
int |
getFetchSize()
|
int |
getResultSetType()
|
int |
getTransactionIsolation()
|
void |
releaseConnection(java.sql.Connection conn)
|
void |
setFetchSize(int fetchSize)
|
void |
setResultSetType(int resultSetType)
|
void |
setTransactionIsolation(int isolationLevel)
|
boolean |
useUpdateLockOnFetch()
|
Methods inherited from interface javax.jdo.Transaction |
begin, commit, getNontransactionalRead, getNontransactionalWrite, getOptimistic, getPersistenceManager, getRestoreValues, getRetainValues, getSynchronization, isActive, rollback, setNontransactionalRead, setNontransactionalWrite, setOptimistic, setRestoreValues, setRetainValues, setSynchronization |
Method Detail |
public java.sql.Connection getConnection(boolean forWriting) throws java.sql.SQLException
java.sql.SQLException
public void releaseConnection(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public int getTransactionIsolation()
public void setTransactionIsolation(int isolationLevel)
public int getResultSetType()
public void setResultSetType(int resultSetType)
public int getFetchSize()
public void setFetchSize(int fetchSize)
public boolean useUpdateLockOnFetch()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |