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
SQLExceptionint isNullable(int param) throws SQLException
SQLExceptionboolean isSigned(int param) throws SQLException
SQLExceptionint getPrecision(int param) throws SQLException
SQLExceptionint getScale(int param) throws SQLException
SQLExceptionint getParameterType(int param) throws SQLException
SQLExceptionString getParameterTypeName(int param) throws SQLException
SQLExceptionString getParameterClassName(int param) throws SQLException
SQLExceptionint getParameterMode(int param) throws SQLException
SQLException