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 SummaryNested Classes Modifier and Type Class Description static classTransactionParameterBufferImpl.TpbMetaData
 - 
Field Summary- 
Fields inherited from interface org.firebirdsql.gds.TransactionParameterBufferAUTOCOMMIT, 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 SummaryConstructors Constructor Description TransactionParameterBufferImpl()
 - 
Method SummaryAll 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.ParameterBufferBaseaddArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, equals, getArgumentAsInt, getArgumentAsString, getArgumentsList, getDefaultEncoding, getLength, getParameterBufferMetaData, getType, hasArgument, hashCode, isEmpty, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
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
 
- 
 
- 
- 
- 
Method Detail- 
deepCopypublic TransactionParameterBuffer deepCopy() Description copied from interface:TransactionParameterBufferMake a deep copy of this object.- Specified by:
- deepCopyin interface- TransactionParameterBuffer
- Returns:
- deep copy of this object.
 
 
- 
 
-