public interface BlobParameterBuffer extends ParameterBuffer
FbDatabase.createBlobForOutput(org.firebirdsql.gds.ng.FbTransaction, BlobParameterBuffer)
 or
 FbDatabase.createBlobForInput(org.firebirdsql.gds.ng.FbTransaction, BlobParameterBuffer, long)
 operations.
 Two features are available:
FbBlob.seek(int, org.firebirdsql.gds.ng.FbBlob.SeekMode)
 for more details).
 | Modifier and Type | Field and Description | 
|---|---|
| static int | FILTER_PARAMETERDeprecated.  | 
| static int | SOURCE_INTERPDeprecated.  | 
| static int | SOURCE_TYPEDeprecated.  | 
| static int | TARGET_INTERPDeprecated.  | 
| static int | TARGET_TYPEDeprecated.  | 
| static int | TYPEDeprecated.  | 
| static int | TYPE_SEGMENTEDDeprecated.  | 
| static int | TYPE_STREAMDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addArgument(int argumentType)Set a void (valueless) parameter on this  BlobParameterBuffer. | 
| void | addArgument(int argumentType,
           int value)Set an  intparameter on thisBlobParameterBuffer. | 
| void | addArgument(int argumentType,
           java.lang.String value)Set a  Stringparameter on thisBlobParameterBuffer. | 
addArgument, addArgument, addArgument, addArgument, getArgumentAsInt, getArgumentAsString, getType, hasArgument, iterator, removeArgument, size, toBytes, toBytesWithType, toXdrable, writeArgumentsTo@Deprecated static final int SOURCE_TYPE
@Deprecated static final int TARGET_TYPE
@Deprecated static final int SOURCE_INTERP
@Deprecated static final int TARGET_INTERP
@Deprecated static final int FILTER_PARAMETER
@Deprecated static final int TYPE
@Deprecated static final int TYPE_SEGMENTED
@Deprecated static final int TYPE_STREAM
void addArgument(int argumentType)
BlobParameterBuffer.addArgument in interface ParameterBufferargumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the
        constants of this interfacevoid addArgument(int argumentType,
                 java.lang.String value)
String parameter on this BlobParameterBuffer.addArgument in interface ParameterBufferargumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the
        constants of this interfacevalue - The value to set for the given parametervoid addArgument(int argumentType,
                 int value)
int parameter on this BlobParameterBuffer.addArgument in interface ParameterBufferargumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the
        constants of this interfacevalue - The value to set for the given parameterCopyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.