interface V3ParameterList extends ParameterList
Modifier and Type | Method and Description |
---|---|
void |
checkAllParametersSet()
Ensure that all parameters in this list have been assigned values.
|
void |
convertFunctionOutParameters()
Convert any function output parameters to the correct type (void) and set an ignorable value
for it.
|
byte[][] |
getEncoding()
Return the encoding for each parameter.
|
byte[] |
getFlags()
Return the flags for each parameter.
|
int[] |
getParamTypes()
Return the parameter type information.
|
SimpleParameterList[] |
getSubparams()
Return a list of the SimpleParameterList objects that make up this parameter list.
|
appendAll, clear, copy, getInParameterCount, getOutParameterCount, getParameterCount, getTypeOIDs, getValues, registerOutParameter, setBinaryParameter, setBytea, setBytea, setBytea, setBytea, setIntParameter, setLiteralParameter, setNull, setStringParameter, setText, toString
void checkAllParametersSet() throws java.sql.SQLException
java.sql.SQLException
- if not all parameters are set.void convertFunctionOutParameters()
SimpleParameterList[] getSubparams()
null
if this object is
already a single-statement parameter list.int[] getParamTypes()
Oid
type informationbyte[] getFlags()
byte[][] getEncoding()