Package org.firebirdsql.gds
Interface TransactionParameterBuffer
- 
- All Superinterfaces:
- java.lang.Iterable<Parameter>,- ParameterBuffer
 - All Known Implementing Classes:
- TransactionParameterBufferImpl
 
 public interface TransactionParameterBuffer extends ParameterBuffer Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
- 
- 
Field SummaryFields Modifier and Type Field Description static intAUTOCOMMITstatic intCOMMIT_TIMEstatic intCONCURRENCYstatic intCONSISTENCYstatic intEXCLUSIVEstatic intIGNORE_LIMBOstatic intLOCK_READstatic intLOCK_TIMEOUTstatic intLOCK_WRITEstatic intNO_AUTO_UNDOstatic intNO_REC_VERSIONstatic intNOWAITstatic intPROTECTEDstatic intREADstatic intREAD_COMMITTEDstatic intREC_VERSIONstatic intRESTART_REQUESTSstatic intSHAREDstatic intVERB_TIMEstatic intWAITstatic intWRITE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionParameterBufferdeepCopy()Make a deep copy of this object.- 
Methods inherited from interface org.firebirdsql.gds.ParameterBufferaddArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 
- 
 
- 
- 
- 
Field Detail- 
AUTOCOMMITstatic final int AUTOCOMMIT - See Also:
- Constant Field Values
 
 - 
READ_COMMITTEDstatic final int READ_COMMITTED - See Also:
- Constant Field Values
 
 - 
REC_VERSIONstatic final int REC_VERSION - See Also:
- Constant Field Values
 
 - 
NO_REC_VERSIONstatic final int NO_REC_VERSION - See Also:
- Constant Field Values
 
 - 
CONCURRENCYstatic final int CONCURRENCY - See Also:
- Constant Field Values
 
 - 
CONSISTENCYstatic final int CONSISTENCY - See Also:
- Constant Field Values
 
 - 
SHAREDstatic final int SHARED - See Also:
- Constant Field Values
 
 - 
PROTECTEDstatic final int PROTECTED - See Also:
- Constant Field Values
 
 - 
EXCLUSIVEstatic final int EXCLUSIVE - See Also:
- Constant Field Values
 
 - 
WAITstatic final int WAIT - See Also:
- Constant Field Values
 
 - 
NOWAITstatic final int NOWAIT - See Also:
- Constant Field Values
 
 - 
READstatic final int READ - See Also:
- Constant Field Values
 
 - 
WRITEstatic final int WRITE - See Also:
- Constant Field Values
 
 - 
LOCK_READstatic final int LOCK_READ - See Also:
- Constant Field Values
 
 - 
LOCK_WRITEstatic final int LOCK_WRITE - See Also:
- Constant Field Values
 
 - 
VERB_TIMEstatic final int VERB_TIME - See Also:
- Constant Field Values
 
 - 
COMMIT_TIMEstatic final int COMMIT_TIME - See Also:
- Constant Field Values
 
 - 
IGNORE_LIMBOstatic final int IGNORE_LIMBO - See Also:
- Constant Field Values
 
 - 
RESTART_REQUESTSstatic final int RESTART_REQUESTS - See Also:
- Constant Field Values
 
 - 
NO_AUTO_UNDOstatic final int NO_AUTO_UNDO - See Also:
- Constant Field Values
 
 - 
LOCK_TIMEOUTstatic final int LOCK_TIMEOUT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
deepCopyTransactionParameterBuffer deepCopy() Make a deep copy of this object.- Returns:
- deep copy of this object.
 
 
- 
 
-