public abstract class AbstractUnsupportedOperationParameterMetaData extends WrapperAdapter implements ParameterMetaData
ParameterMetaData methods.| 构造器和说明 |
|---|
AbstractUnsupportedOperationParameterMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getParameterClassName(int param) |
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, waitgetParameterCountisWrapperFor, unwrappublic AbstractUnsupportedOperationParameterMetaData()
public final int isNullable(int param)
throws SQLException
isNullable 在接口中 ParameterMetaDataSQLExceptionpublic final boolean isSigned(int param)
throws SQLException
isSigned 在接口中 ParameterMetaDataSQLExceptionpublic final int getPrecision(int param)
throws SQLException
getPrecision 在接口中 ParameterMetaDataSQLExceptionpublic final int getScale(int param)
throws SQLException
getScale 在接口中 ParameterMetaDataSQLExceptionpublic final int getParameterType(int param)
throws SQLException
getParameterType 在接口中 ParameterMetaDataSQLExceptionpublic final String getParameterTypeName(int param) throws SQLException
getParameterTypeName 在接口中 ParameterMetaDataSQLExceptionpublic final String getParameterClassName(int param) throws SQLException
getParameterClassName 在接口中 ParameterMetaDataSQLExceptionpublic final int getParameterMode(int param)
throws SQLException
getParameterMode 在接口中 ParameterMetaDataSQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.