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 intAUTOCOMMITDeprecated.static intCOMMIT_TIMEDeprecated.static intCONCURRENCYDeprecated.static intCONSISTENCYDeprecated.static intEXCLUSIVEDeprecated.static intIGNORE_LIMBODeprecated.static intLOCK_READDeprecated.static intLOCK_TIMEOUTDeprecated.static intLOCK_WRITEDeprecated.static intNO_AUTO_UNDODeprecated.static intNO_REC_VERSIONDeprecated.static intNOWAITDeprecated.static intPROTECTEDDeprecated.static intREADDeprecated.static intREAD_COMMITTEDDeprecated.static intREC_VERSIONDeprecated.static intRESTART_REQUESTSDeprecated.static intSHAREDDeprecated.static intVERB_TIMEDeprecated.static intWAITDeprecated.static intWRITEDeprecated.
 - 
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, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 
- 
 
- 
- 
- 
Field Detail- 
AUTOCOMMIT@Deprecated static final int AUTOCOMMIT Deprecated.- See Also:
- Constant Field Values
 
 - 
READ_COMMITTED@Deprecated static final int READ_COMMITTED Deprecated.- See Also:
- Constant Field Values
 
 - 
REC_VERSION@Deprecated static final int REC_VERSION Deprecated.- See Also:
- Constant Field Values
 
 - 
NO_REC_VERSION@Deprecated static final int NO_REC_VERSION Deprecated.- See Also:
- Constant Field Values
 
 - 
CONCURRENCY@Deprecated static final int CONCURRENCY Deprecated.- See Also:
- Constant Field Values
 
 - 
CONSISTENCY@Deprecated static final int CONSISTENCY Deprecated.- See Also:
- Constant Field Values
 
 - 
SHARED@Deprecated static final int SHARED Deprecated.- See Also:
- Constant Field Values
 
 - 
PROTECTED@Deprecated static final int PROTECTED Deprecated.- See Also:
- Constant Field Values
 
 - 
EXCLUSIVE@Deprecated static final int EXCLUSIVE Deprecated.- See Also:
- Constant Field Values
 
 - 
WAIT@Deprecated static final int WAIT Deprecated.- See Also:
- Constant Field Values
 
 - 
NOWAIT@Deprecated static final int NOWAIT Deprecated.- See Also:
- Constant Field Values
 
 - 
READ@Deprecated static final int READ Deprecated.- See Also:
- Constant Field Values
 
 - 
WRITE@Deprecated static final int WRITE Deprecated.- See Also:
- Constant Field Values
 
 - 
LOCK_READ@Deprecated static final int LOCK_READ Deprecated.- See Also:
- Constant Field Values
 
 - 
LOCK_WRITE@Deprecated static final int LOCK_WRITE Deprecated.- See Also:
- Constant Field Values
 
 - 
VERB_TIME@Deprecated static final int VERB_TIME Deprecated.- See Also:
- Constant Field Values
 
 - 
COMMIT_TIME@Deprecated static final int COMMIT_TIME Deprecated.- See Also:
- Constant Field Values
 
 - 
IGNORE_LIMBO@Deprecated static final int IGNORE_LIMBO Deprecated.- See Also:
- Constant Field Values
 
 - 
RESTART_REQUESTS@Deprecated static final int RESTART_REQUESTS Deprecated.- See Also:
- Constant Field Values
 
 - 
NO_AUTO_UNDO@Deprecated static final int NO_AUTO_UNDO Deprecated.- See Also:
- Constant Field Values
 
 - 
LOCK_TIMEOUT@Deprecated static final int LOCK_TIMEOUT Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
deepCopyTransactionParameterBuffer deepCopy() Make a deep copy of this object.- Returns:
- deep copy of this object.
 
 
- 
 
-