public abstract class AbstractParameterMetaData extends WrapperImpl implements ParameterMetaData
| 构造器和说明 |
|---|
AbstractParameterMetaData(Object[] parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
isWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic AbstractParameterMetaData(Object[] parameters)
public int getParameterCount()
throws SQLException
getParameterCount 在接口中 ParameterMetaDataSQLExceptionpublic int isNullable(int param)
throws SQLException
isNullable 在接口中 ParameterMetaDataSQLExceptionpublic boolean isSigned(int param)
throws SQLException
isSigned 在接口中 ParameterMetaDataSQLExceptionpublic int getPrecision(int param)
throws SQLException
getPrecision 在接口中 ParameterMetaDataSQLExceptionpublic int getScale(int param)
throws SQLException
getScale 在接口中 ParameterMetaDataSQLExceptionpublic int getParameterType(int param)
throws SQLException
getParameterType 在接口中 ParameterMetaDataSQLExceptionpublic String getParameterTypeName(int param) throws SQLException
getParameterTypeName 在接口中 ParameterMetaDataSQLExceptionpublic String getParameterClassName(int param) throws SQLException
getParameterClassName 在接口中 ParameterMetaDataSQLExceptionpublic int getParameterMode(int param)
throws SQLException
getParameterMode 在接口中 ParameterMetaDataSQLExceptionCopyright © 2021. All rights reserved.