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 ParameterMetaData
SQLException
public int isNullable(int i) throws SQLException
isNullable
in interface ParameterMetaData
SQLException
public boolean isSigned(int i) throws SQLException
isSigned
in interface ParameterMetaData
SQLException
public int getPrecision(int i) throws SQLException
getPrecision
in interface ParameterMetaData
SQLException
public int getScale(int i) throws SQLException
getScale
in interface ParameterMetaData
SQLException
public int getParameterType(int i) throws SQLException
getParameterType
in interface ParameterMetaData
SQLException
public String getParameterTypeName(int i) throws SQLException
getParameterTypeName
in interface ParameterMetaData
SQLException
public String getParameterClassName(int i) throws SQLException
getParameterClassName
in interface ParameterMetaData
SQLException
public int getParameterMode(int i) throws SQLException
getParameterMode
in interface ParameterMetaData
SQLException
public <T> T unwrap(Class<T> tClass) throws SQLException
unwrap
in interface Wrapper
SQLException
public boolean isWrapperFor(Class<?> aClass) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
Copyright © 2016. All rights reserved.