org.firebirdsql.jca
Class FBTpb
java.lang.Object
org.firebirdsql.jca.FBTpb
- Serializable
public class FBTpb
extends java.lang.Object
implements Serializable
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
FBTpb
public FBTpb(TransactionParameterBuffer transactionParams)
Create a new Transaction Parameters Block instance based around a
FBTpbMapper
.
equals
public boolean equals(Object other)
hashCode
public int hashCode()
isReadOnly
public boolean isReadOnly()
Determine whether this TPB is set to read-only.
true
if this TPB is read-only, otherwise false
setReadOnly
public void setReadOnly(boolean readOnly)
Set the read-only flag on this TPB.
readOnly
- If true
, this TPB will be set to read-only,
otherwise it will be be read-write
Copyright B) 2001 David Jencks and other authors. All rights reserved.