=
public abstract interface ParameterMetaData
extends java.sql.Wrapper
Fields
- =public static final int parameterModeIn = 1
- =public static final int parameterModeInOut = 2
- =public static final int parameterModeOut = 4
- =public static final int parameterModeUnknown = 0
- =public static final int parameterNoNulls = 0
- =public static final int parameterNullable = 1
- =public static final int parameterNullableUnknown = 2
Methods
- =public abstract java.lang.String getParameterClassName(int arg0) throws java.sql.SQLException
- =public abstract int getParameterCount() throws java.sql.SQLException
- =public abstract int getParameterMode(int arg0) throws java.sql.SQLException
- =public abstract int getParameterType(int arg0) throws java.sql.SQLException
- =public abstract java.lang.String getParameterTypeName(int arg0) throws java.sql.SQLException
- =public abstract int getPrecision(int arg0) throws java.sql.SQLException
- =public abstract int getScale(int arg0) throws java.sql.SQLException
- =public abstract int isNullable(int arg0) throws java.sql.SQLException
- =public abstract boolean isSigned(int arg0) throws java.sql.SQLException