String getParameterClassName(int param) throws SQLException
int getParameterCount() throws SQLException
int getParameterMode(int param) throws SQLException
int getParameterType(int param) throws SQLException
Types
String getParameterTypeName(int param) throws SQLException
int getPrecision(int param) throws SQLException
int getScale(int param) throws SQLException
int isNullable(int param) throws SQLException
boolean isSigned(int param) throws SQLException
static final int parameterModeIn
static final int parameterModeInOut
static final int parameterModeOut
static final int parameterModeUnknown
static final int parameterNoNulls
static final int parameterNullable
static final int parameterNullableUnknown