public interface ParameterMetaData
Modifier and Type | Field and Description |
---|---|
static int |
parameterModeIn |
static int |
parameterModeInOut |
static int |
parameterModeOut |
static int |
parameterModeUnknown |
static int |
parameterNoNulls |
static int |
parameterNullable |
static int |
parameterNullableUnknown |
Modifier and Type | Method and Description |
---|---|
String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param) |
String |
getParameterTypeName(int param) |
int |
getPrecision(int param) |
int |
getScale(int param) |
int |
isNullable(int param) |
boolean |
isSigned(int param) |
static final int parameterNoNulls
static final int parameterNullable
static final int parameterNullableUnknown
static final int parameterModeUnknown
static final int parameterModeIn
static final int parameterModeInOut
static final int parameterModeOut
int getParameterCount() throws SQLException
SQLException
int isNullable(int param) throws SQLException
SQLException
boolean isSigned(int param) throws SQLException
SQLException
int getPrecision(int param) throws SQLException
SQLException
int getScale(int param) throws SQLException
SQLException
int getParameterType(int param) throws SQLException
SQLException
String getParameterTypeName(int param) throws SQLException
SQLException
String getParameterClassName(int param) throws SQLException
SQLException
int getParameterMode(int param) throws SQLException
SQLException