public class TrafT4ParameterMetaData extends Object implements ParameterMetaData
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown| Modifier and Type | Method and Description |
|---|---|
int |
getDisplaySize(int param) |
int |
getFSDataType(int param) |
int |
getMaxLength(int param) |
int |
getNoNullOffset(int param) |
int |
getNullOffset(int param) |
int |
getOdbcCharset(int param) |
String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param) |
String |
getParameterTypeName(int param) |
int |
getPrecision(int param) |
int |
getRowLength() |
int |
getScale(int param) |
int |
getSqlCharset(int param) |
int |
getSqlDataType(int param) |
int |
getSqlDatetimeCode(int param) |
int |
getSqlLength(int param)
Deprecated.
|
int |
getSqlOctetLength(int param) |
int |
getSqlPrecision(int param) |
int |
getSqlTypeCode(int param)
Deprecated.
|
int |
isNullable(int param) |
boolean |
isSigned(int param) |
boolean |
isWrapperFor(Class iface) |
Object |
unwrap(Class iface) |
public String getParameterClassName(int param) throws SQLException
getParameterClassName in interface ParameterMetaDataSQLExceptionpublic int getParameterCount()
throws SQLException
getParameterCount in interface ParameterMetaDataSQLExceptionpublic int getParameterMode(int param)
throws SQLException
getParameterMode in interface ParameterMetaDataSQLExceptionpublic int getParameterType(int param)
throws SQLException
getParameterType in interface ParameterMetaDataSQLExceptionpublic String getParameterTypeName(int param) throws SQLException
getParameterTypeName in interface ParameterMetaDataSQLExceptionpublic int getPrecision(int param)
throws SQLException
getPrecision in interface ParameterMetaDataSQLExceptionpublic int getScale(int param)
throws SQLException
getScale in interface ParameterMetaDataSQLExceptionpublic int isNullable(int param)
throws SQLException
isNullable in interface ParameterMetaDataSQLExceptionpublic boolean isSigned(int param)
throws SQLException
isSigned in interface ParameterMetaDataSQLExceptionpublic int getRowLength()
throws SQLException
SQLExceptionpublic int getDisplaySize(int param)
throws SQLException
SQLExceptionpublic int getFSDataType(int param)
throws SQLException
SQLExceptionpublic int getMaxLength(int param)
throws SQLException
SQLExceptionpublic int getNoNullOffset(int param)
throws SQLException
SQLExceptionpublic int getNullOffset(int param)
throws SQLException
SQLExceptionpublic int getOdbcCharset(int param)
throws SQLException
SQLExceptionpublic int getSqlCharset(int param)
throws SQLException
SQLExceptionpublic int getSqlDataType(int param)
throws SQLException
SQLExceptionpublic int getSqlDatetimeCode(int param)
throws SQLException
SQLExceptionpublic int getSqlOctetLength(int param)
throws SQLException
SQLExceptionpublic int getSqlPrecision(int param)
throws SQLException
SQLExceptionpublic int getSqlTypeCode(int param)
throws SQLException
SQLExceptionpublic int getSqlLength(int param)
throws SQLException
SQLExceptionpublic Object unwrap(Class iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2017. All Rights Reserved.