Interface BlobParameterBuffer

    • Method Detail

      • addArgument

        void addArgument​(int argumentType)
        Set a void (valueless) parameter on this BlobParameterBuffer.
        Specified by:
        addArgument in interface ParameterBuffer
        Parameters:
        argumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the constants of this interface
      • addArgument

        void addArgument​(int argumentType,
                         java.lang.String value)
        Set a String parameter on this BlobParameterBuffer.
        Specified by:
        addArgument in interface ParameterBuffer
        Parameters:
        argumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the constants of this interface
        value - The value to set for the given parameter
      • addArgument

        void addArgument​(int argumentType,
                         int value)
        Set an int parameter on this BlobParameterBuffer.
        Specified by:
        addArgument in interface ParameterBuffer
        Parameters:
        argumentType - The parameter to be set, either an ISCConstants.isc_bpb_* constant, or one of the constants of this interface
        value - The value to set for the given parameter