ParameterRemote

A client side (remote) parameter.

Methods
static void writeMetaData(Transfer transfer, ParameterInterface p)
Write the parameter meta data to the transfer object.
static void writeMetaData(Transfer transfer, ParameterInterface p) throws IOException
Write the parameter meta data to the transfer object.
Parameters:
transfer - the transfer object
p - the parameter
void checkSet()
void checkSet()
int getNullable()
int getNullable()
Value getParamValue()
Value getParamValue()
long getPrecision()
long getPrecision()
int getScale()
int getScale()
int getType()
int getType()
boolean isValueSet()
boolean isValueSet()
void readMetaData(Transfer transfer)
Write the parameter meta data from the transfer object.
void readMetaData(Transfer transfer) throws IOException
Write the parameter meta data from the transfer object.
Parameters:
transfer - the transfer object
void setValue(Value newValue, boolean closeOld)
void setValue(Value newValue, boolean closeOld)