public interface TransactionParameterBuffer extends ParameterBuffer
| Modifier and Type | Field and Description | 
|---|---|
| static int | AUTOCOMMITDeprecated.  | 
| static int | COMMIT_TIMEDeprecated.  | 
| static int | CONCURRENCYDeprecated.  | 
| static int | CONSISTENCYDeprecated.  | 
| static int | EXCLUSIVEDeprecated.  | 
| static int | IGNORE_LIMBODeprecated.  | 
| static int | LOCK_READDeprecated.  | 
| static int | LOCK_TIMEOUTDeprecated.  | 
| static int | LOCK_WRITEDeprecated.  | 
| static int | NO_AUTO_UNDODeprecated.  | 
| static int | NO_REC_VERSIONDeprecated.  | 
| static int | NOWAITDeprecated.  | 
| static int | PROTECTEDDeprecated.  | 
| static int | READDeprecated.  | 
| static int | READ_COMMITTEDDeprecated.  | 
| static int | REC_VERSIONDeprecated.  | 
| static int | RESTART_REQUESTSDeprecated.  | 
| static int | SHAREDDeprecated.  | 
| static int | VERB_TIMEDeprecated.  | 
| static int | WAITDeprecated.  | 
| static int | WRITEDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionParameterBuffer | deepCopy()Make a deep copy of this object. | 
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo@Deprecated static final int AUTOCOMMIT
@Deprecated static final int READ_COMMITTED
@Deprecated static final int REC_VERSION
@Deprecated static final int NO_REC_VERSION
@Deprecated static final int CONCURRENCY
@Deprecated static final int CONSISTENCY
@Deprecated static final int SHARED
@Deprecated static final int PROTECTED
@Deprecated static final int EXCLUSIVE
@Deprecated static final int WAIT
@Deprecated static final int NOWAIT
@Deprecated static final int READ
@Deprecated static final int WRITE
@Deprecated static final int LOCK_READ
@Deprecated static final int LOCK_WRITE
@Deprecated static final int VERB_TIME
@Deprecated static final int COMMIT_TIME
@Deprecated static final int IGNORE_LIMBO
@Deprecated static final int RESTART_REQUESTS
@Deprecated static final int NO_AUTO_UNDO
@Deprecated static final int LOCK_TIMEOUT
TransactionParameterBuffer deepCopy()
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.