Package org.firebirdsql.gds.impl
Class BlobParameterBufferImp
java.lang.Object
org.firebirdsql.gds.impl.ParameterBufferBase
org.firebirdsql.gds.impl.BlobParameterBufferImp
- All Implemented Interfaces:
Serializable,Iterable<Parameter>,BlobParameterBuffer,ParameterBuffer
Implementation of BlobParameterBuffer.
- See Also:
-
Field Summary
Fields inherited from interface org.firebirdsql.gds.BlobParameterBuffer
FILTER_PARAMETER, SOURCE_INTERP, SOURCE_TYPE, TARGET_INTERP, TARGET_TYPE, TYPE, TYPE_SEGMENTED, TYPE_STREAM -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.firebirdsql.gds.impl.ParameterBufferBase
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, equals, getArgumentAsInt, getArgumentAsString, getArgumentsList, getDefaultEncoding, getLength, getParameterBufferMetaData, getType, hasArgument, hashCode, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.firebirdsql.gds.BlobParameterBuffer
addArgument, addArgument, addArgumentMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.firebirdsql.gds.ParameterBuffer
addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo
-
Constructor Details
-
BlobParameterBufferImp
public BlobParameterBufferImp()
-