|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.firebirdsql.jca.FBTpb
public class FBTpb
The FBTpb class represents the Firebird Transaction Parameter
Block (TPB), which contains Firebird-specific information about transaction
isolation.
Created: Wed Jun 19 10:12:22 2002
| Constructor Summary | |
|---|---|
FBTpb(TransactionParameterBuffer transactionParams)
Create a new Transaction Parameters Block instance based around a FBTpbMapper. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
TransactionParameterBuffer |
getTransactionParameterBuffer()
|
int |
hashCode()
|
boolean |
isReadOnly()
Determine whether this TPB is set to read-only. |
void |
setReadOnly(boolean readOnly)
Set the read-only flag on this TPB. |
void |
setTransactionParameterBuffer(TransactionParameterBuffer tpb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FBTpb(TransactionParameterBuffer transactionParams)
FBTpbMapper.
transactionParams - instance of TransactionParameterBuffer
representing transaction parameters.| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setReadOnly(boolean readOnly)
readOnly - If true, this TPB will be set to read-only,
otherwise it will be be read-writepublic boolean isReadOnly()
true if this TPB is read-only, otherwise falsepublic TransactionParameterBuffer getTransactionParameterBuffer()
public void setTransactionParameterBuffer(TransactionParameterBuffer tpb)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||