public class MySQLParameterMetaData extends Object implements ParameterMetaData
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown| Constructor and Description |
|---|
MySQLParameterMetaData(ParameterizedQuery dQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterClassName(int i) |
int |
getParameterCount() |
int |
getParameterMode(int i) |
int |
getParameterType(int i) |
String |
getParameterTypeName(int i) |
int |
getPrecision(int i) |
int |
getScale(int i) |
int |
isNullable(int i) |
boolean |
isSigned(int i) |
boolean |
isWrapperFor(Class<?> aClass) |
<T> T |
unwrap(Class<T> tClass) |
public MySQLParameterMetaData(ParameterizedQuery dQuery)
public int getParameterCount()
throws SQLException
getParameterCount in interface ParameterMetaDataSQLExceptionpublic int isNullable(int i)
throws SQLException
isNullable in interface ParameterMetaDataSQLExceptionpublic boolean isSigned(int i)
throws SQLException
isSigned in interface ParameterMetaDataSQLExceptionpublic int getPrecision(int i)
throws SQLException
getPrecision in interface ParameterMetaDataSQLExceptionpublic int getScale(int i)
throws SQLException
getScale in interface ParameterMetaDataSQLExceptionpublic int getParameterType(int i)
throws SQLException
getParameterType in interface ParameterMetaDataSQLExceptionpublic String getParameterTypeName(int i) throws SQLException
getParameterTypeName in interface ParameterMetaDataSQLExceptionpublic String getParameterClassName(int i) throws SQLException
getParameterClassName in interface ParameterMetaDataSQLExceptionpublic int getParameterMode(int i)
throws SQLException
getParameterMode in interface ParameterMetaDataSQLExceptionpublic <T> T unwrap(Class<T> tClass) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> aClass) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2014. All rights reserved.