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 |
---|---|
java.lang.String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param) |
java.lang.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 java.sql.SQLException
java.sql.SQLException
int isNullable(int param) throws java.sql.SQLException
java.sql.SQLException
boolean isSigned(int param) throws java.sql.SQLException
java.sql.SQLException
int getPrecision(int param) throws java.sql.SQLException
java.sql.SQLException
int getScale(int param) throws java.sql.SQLException
java.sql.SQLException
int getParameterType(int param) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getParameterTypeName(int param) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getParameterClassName(int param) throws java.sql.SQLException
java.sql.SQLException
int getParameterMode(int param) throws java.sql.SQLException
java.sql.SQLException