|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.AbstractIscTrHandle
org.firebirdsql.gds.impl.wire.isc_tr_handle_impl
public final class isc_tr_handle_impl
Describe class isc_tr_handle_impl here.
| Field Summary |
|---|
| Fields inherited from class org.firebirdsql.gds.impl.AbstractIscTrHandle |
|---|
NOTRANSACTION, TRANSACTIONCOMMITTING, TRANSACTIONPREPARED, TRANSACTIONPREPARING, TRANSACTIONROLLINGBACK, TRANSACTIONSTARTED, TRANSACTIONSTARTING |
| Constructor Summary | |
|---|---|
isc_tr_handle_impl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
void |
forgetResultSets()
Clear all the saved result sets from this handle. |
IscDbHandle |
getDbHandle()
Retrieve a handle to the database to which this transaction is linked. |
int |
getState()
Get the current state of the transaction to which this handle is pointing. |
int |
hashCode()
|
void |
registerStatementWithTransaction(AbstractIscStmtHandle stmt)
Register a statement within the transaction to which this handle points. |
void |
unregisterStatementFromTransaction(AbstractIscStmtHandle stmt)
Unregister a statement from the transaction in which it was registered. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public isc_tr_handle_impl()
| Method Detail |
|---|
public IscDbHandle getDbHandle()
IscTrHandle
public int getState()
AbstractIscTrHandleTRANSACTION*
constants of this interface, or the NOTRANSACTION constant,
also of this interface.
getState in class AbstractIscTrHandlepublic void registerStatementWithTransaction(AbstractIscStmtHandle stmt)
AbstractIscTrHandle
registerStatementWithTransaction in class AbstractIscTrHandlestmt - Handle to the statement to be registered.public void unregisterStatementFromTransaction(AbstractIscStmtHandle stmt)
AbstractIscTrHandle
unregisterStatementFromTransaction in class AbstractIscTrHandlestmt - Handle to the statement to be unregistered.public void forgetResultSets()
AbstractIscTrHandle
forgetResultSets in class AbstractIscTrHandlepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||