Member Functions |
Name |
Description |
int getParameterCount() |
Returns the number of parameters in the statement. |
int getParameterType(int
param) |
Returns the SQL type of the parameter, will be
one of the enumerated types in java.sql.Types. |
String getParameterTypeName(int
param) |
Returns the name of the parameter's SQL type. |
int getPrecision(int param) |
Returns the precision of the parameter. |
int getScale(int param) |
Returns the scale of the parameter. |
int isNullable(int param) |
Returns whether the parameter can be null or not. |