| |
|
| java.lang.Object org.apache.derby.client.am.ParameterMetaData
All known Subclasses: org.apache.derby.client.am.ParameterMetaData40,
escapedProcedureCallWithResult_ | boolean escapedProcedureCallWithResult_(Code) | | |
getParameterClassName | public String getParameterClassName(int param) throws SQLException(Code) | | |
getParameterCount | public int getParameterCount() throws SQLException(Code) | | |
getParameterMode | public int getParameterMode(int param) throws SQLException(Code) | | |
getParameterType | public int getParameterType(int param) throws SQLException(Code) | | |
getParameterTypeName | public String getParameterTypeName(int param) throws SQLException(Code) | | |
getPrecision | public int getPrecision(int param) throws SQLException(Code) | | |
getScale | public int getScale(int param) throws SQLException(Code) | | |
isNullable | public int isNullable(int param) throws SQLException(Code) | | |
isSigned | public boolean isSigned(int param) throws SQLException(Code) | | |
|
|
|