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