org.firebirdsql.gds.impl.wire
Class TransactionParameterBufferImpl
java.lang.Object
org.firebirdsql.gds.impl.wire.ParameterBufferBase
org.firebirdsql.gds.impl.wire.TransactionParameterBufferImpl
- All Implemented Interfaces:
- Serializable, Xdrable, TransactionParameterBuffer
public class TransactionParameterBufferImpl
- extends ParameterBufferBase
- implements TransactionParameterBuffer
Implementation of the TransactionParameterBuffer
interface.
- See Also:
- Serialized Form
| Fields inherited from interface org.firebirdsql.gds.TransactionParameterBuffer |
AUTOCOMMIT, COMMIT_TIME, CONCURRENCY, CONSISTENCY, EXCLUSIVE, IGNORE_LIMBO, LOCK_READ, LOCK_WRITE, NO_AUTO_UNDO, NO_REC_VERSION, NOWAIT, PROTECTED, READ, READ_COMMITTED, REC_VERSION, RESTART_REQUESTS, SHARED, VERB_TIME, WAIT, WRITE |
| Methods inherited from class org.firebirdsql.gds.impl.wire.ParameterBufferBase |
addArgument, addArgument, addArgument, addArgument, equals, getArgumentAsInt, getArgumentAsString, getArgumentsList, getLength, hasArgument, hashCode, read, removeArgument, write |
TransactionParameterBufferImpl
public TransactionParameterBufferImpl()
deepCopy
public TransactionParameterBuffer deepCopy()
- Description copied from interface:
TransactionParameterBuffer
- Make a deep copy of this object.
- Specified by:
deepCopy in interface TransactionParameterBuffer
- Returns:
- deep copy of this object.
Copyright © 2001-2010. All Rights Reserved.