public interface ParameterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
checkSet()
Check if the value is set.
|
int |
getNullable()
Check if this column is nullable.
|
Value |
getParamValue()
Get the value of the parameter if set.
|
TypeInfo |
getType()
Returns the expected data type if no value is set, or the
data type of the value if one is set.
|
boolean |
isValueSet()
Is the value of a parameter set.
|
void |
setValue(Value value,
boolean closeOld)
Set the value of the parameter.
|
void setValue(Value value, boolean closeOld)
value - the new valuecloseOld - if the old value (if one is set) should be closedValue getParamValue()
void checkSet()
throws DbException
DbException - if not set.boolean isValueSet()
TypeInfo getType()
int getNullable()