org.firebirdsql.gds
Interface BlobParameterBuffer
public interface BlobParameterBuffer
void | addArgument(int argumentType)- Set a void (valueless) parameter on this
BlobParameterBuffer.
|
void | addArgument(int argumentType, String value)- Set a
String parameter on this
BlobParameterBuffer.
|
void | addArgument(int argumentType, int value)- Set an
int parameter on this
BlobParameterBuffer.
|
FILTER_PARAMETER
public static final int FILTER_PARAMETER
SOURCE_INTERP
public static final int SOURCE_INTERP
SOURCE_TYPE
public static final int SOURCE_TYPE
TARGET_INTERP
public static final int TARGET_INTERP
TARGET_TYPE
public static final int TARGET_TYPE
TYPE
public static final int TYPE
TYPE_SEGMENTED
public static final int TYPE_SEGMENTED
TYPE_STREAM
public static final int TYPE_STREAM
addArgument
public void addArgument(int argumentType)
Set a void (valueless) parameter on this
BlobParameterBuffer.
argumentType - The parameter to be set, either an
ISCConstantsone.isc_bpb_* constant, or one of the
fields of this interface
addArgument
public void addArgument(int argumentType,
String value) Set a String parameter on this
BlobParameterBuffer.
argumentType - The parameter to be set, either an
ISCConstantsone.isc_bpb_* constant, or one of the
fields of this interfacevalue - The value to set for the given parameter
addArgument
public void addArgument(int argumentType,
int value) Set an int parameter on this
BlobParameterBuffer.
argumentType - The parameter to be set, either an
ISCConstantsone.isc_bpb_* constant, or one of the
fields of this interfacevalue - The value to set for the given parameter
Copyright B) 2001 David Jencks and other authors. All rights reserved.