Module org.firebirdsql.jaybird
Package org.firebirdsql.gds.impl
Class TransactionParameterBufferImpl
java.lang.Object
org.firebirdsql.gds.impl.ParameterBufferBase
org.firebirdsql.gds.impl.TransactionParameterBufferImpl
- All Implemented Interfaces:
Serializable
,Iterable<Parameter>
,ParameterBuffer
,TransactionParameterBuffer
public final class TransactionParameterBufferImpl
extends ParameterBufferBase
implements TransactionParameterBuffer
Implementation of the
TransactionParameterBuffer
interface.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyTo
(TransactionParameterBuffer destination) Copies the contents of this transaction parameter buffer todestination
.deepCopy()
Make a deep copy of this object.Methods inherited from class org.firebirdsql.gds.impl.ParameterBufferBase
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, equals, findFirst, getArgumentAsInt, getArgumentAsString, getArgumentsList, getDefaultEncoding, getLength, getParameterBufferMetaData, getType, hasArgument, hashCode, 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 java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.firebirdsql.gds.ParameterBuffer
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
Methods inherited from interface org.firebirdsql.gds.TransactionParameterBuffer
isAutoCommit, isReadOnly, setAutoCommit, setReadOnly
-
Constructor Details
-
TransactionParameterBufferImpl
public TransactionParameterBufferImpl()
-
-
Method Details
-
deepCopy
Description copied from interface:TransactionParameterBuffer
Make a deep copy of this object.- Specified by:
deepCopy
in interfaceTransactionParameterBuffer
- Returns:
- deep copy of this object.
-
copyTo
Description copied from interface:TransactionParameterBuffer
Copies the contents of this transaction parameter buffer todestination
.- Specified by:
copyTo
in interfaceTransactionParameterBuffer
- Parameters:
destination
- destination transaction parameter buffer
-