public class OceanBaseParameterMetaData extends Object implements ParameterMetaData
| 构造器和说明 |
|---|
OceanBaseParameterMetaData(ColumnDefinition[] parametersInformation) |
OceanBaseParameterMetaData(ColumnDefinition[] parametersInformation,
int parameterCount,
boolean returnSimpleMetadata) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkBounds(int paramNumber) |
String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param)
Parameter type are not sent by server.
|
String |
getParameterTypeName(int param) |
int |
getPrecision(int param) |
int |
getScale(int param) |
int |
isNullable(int param) |
boolean |
isSigned(int param) |
boolean |
isWrapperFor(Class<?> iface) |
<T> T |
unwrap(Class<T> iface) |
public OceanBaseParameterMetaData(ColumnDefinition[] parametersInformation)
public OceanBaseParameterMetaData(ColumnDefinition[] parametersInformation, int parameterCount, boolean returnSimpleMetadata)
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 在接口中 ParameterMetaDataparam - parameter numberSQLException - a feature not supported, since server doesn't sent the right informationpublic String getParameterTypeName(int param) throws SQLException
getParameterTypeName 在接口中 ParameterMetaDataSQLExceptionpublic String getParameterClassName(int param) throws SQLException
getParameterClassName 在接口中 ParameterMetaDataSQLExceptionpublic int getParameterMode(int param)
getParameterMode 在接口中 ParameterMetaDatapublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic void checkBounds(int paramNumber)
throws SQLException
SQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.