org.firebirdsql.gds
Interface BlobParameterBuffer


public interface BlobParameterBuffer

This interface replaces Clumplet in calls to isc_create_blob2 and isc_open_blob2. Instances are created via GDS.newBlobParameterBuffer(); Constants from ISCConstants that are relevant to a blob parameter buffer are duplicated on this interface. If the original name where isc_bpb_source_type the new name is source_type.


Field Summary
static int filter_parameter
           
static int source_interp
           
static int source_type
           
static int target_interp
           
static int target_type
           
static int type
           
static int type_segmented
           
static int type_stream
           
 
Method Summary
 void addArgument(int argumentType)
           
 void addArgument(int argumentType, int value)
           
 void addArgument(int argumentType, java.lang.String value)
           
 

Field Detail

source_type

public static final int source_type
See Also:
Constant Field Values

target_type

public static final int target_type
See Also:
Constant Field Values

type

public static final int type
See Also:
Constant Field Values

source_interp

public static final int source_interp
See Also:
Constant Field Values

target_interp

public static final int target_interp
See Also:
Constant Field Values

filter_parameter

public static final int filter_parameter
See Also:
Constant Field Values

type_segmented

public static final int type_segmented
See Also:
Constant Field Values

type_stream

public static final int type_stream
See Also:
Constant Field Values
Method Detail

addArgument

public void addArgument(int argumentType)
Parameters:
argumentType -

addArgument

public void addArgument(int argumentType,
                        java.lang.String value)
Parameters:
argumentType -
value -

addArgument

public void addArgument(int argumentType,
                        int value)
Parameters:
argumentType -
value -


Copyright © 2001 David Jencks and other authors. All rights reserved.