Can retrieve information to find out the parameter types and their properties in a PreparedStatement object.
Definition at line 555 of file SQLDBC.h.
|
|
|
|
|
|
|
|
|
Returns the number of parameter/columns in the PreparedStatement or ResultSet object.
|
|
Returns the maximum width in characters of the data type of the specified parameter.
|
|
Returns the input/output behaviour of the specified parameter.
|
|
Requests the name of the specified parameter.
|
|
Returns the data type of the specified parameter.
|
|
Returns maximum physical width in bytes of the data type of the specified parameter.
|
|
Returns the number of decimal digits of the data type of the specified parameter. For number types, getPrecision() returns the number of decimal digits. For character types, it returns the maximum length in characters. For binary types, it returns the maximum length in bytes.
|
|
Returns the number of decimal places of the data type of the specified parameter. For none numeric types, the scale is set to zero.
|
|
Returns whether NULL values are allowed for the specified parameter values.
|