Package org.firebirdsql.gds.impl
Class TransactionParameterBufferImpl
- java.lang.Object
-
- org.firebirdsql.gds.impl.ParameterBufferBase
-
- org.firebirdsql.gds.impl.TransactionParameterBufferImpl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<Parameter>,ParameterBuffer,TransactionParameterBuffer
public final class TransactionParameterBufferImpl extends ParameterBufferBase implements TransactionParameterBuffer
Implementation of theTransactionParameterBufferinterface.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionParameterBufferImpl.TpbMetaData
-
Field Summary
-
Fields inherited from interface org.firebirdsql.gds.TransactionParameterBuffer
AUTOCOMMIT, COMMIT_TIME, CONCURRENCY, CONSISTENCY, EXCLUSIVE, IGNORE_LIMBO, LOCK_READ, LOCK_TIMEOUT, LOCK_WRITE, NO_AUTO_UNDO, NO_REC_VERSION, NOWAIT, PROTECTED, READ, READ_COMMITTED, REC_VERSION, RESTART_REQUESTS, SHARED, VERB_TIME, WAIT, WRITE
-
-
Constructor Summary
Constructors Constructor Description TransactionParameterBufferImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionParameterBufferdeepCopy()Make a deep copy of this object.-
Methods inherited from class org.firebirdsql.gds.impl.ParameterBufferBase
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, equals, findFirst, getArgumentAsInt, getArgumentAsString, getArgumentsList, getDefaultEncoding, getLength, getParameterBufferMetaData, getType, hasArgument, hashCode, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.firebirdsql.gds.ParameterBuffer
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
-
-
-
-
Method Detail
-
deepCopy
public TransactionParameterBuffer deepCopy()
Description copied from interface:TransactionParameterBufferMake a deep copy of this object.- Specified by:
deepCopyin interfaceTransactionParameterBuffer- Returns:
- deep copy of this object.
-
-