public class ParameterMetaData40 extends ParameterMetaData
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown| Constructor and Description |
|---|
ParameterMetaData40(ColumnMetaData columnMetaData)
Calls the superclass constructor to pass the arguments
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWrapperFor(Class<?> interfaces)
Returns false unless
interfaces is implemented |
<T> T |
unwrap(Class<T> interfaces)
Returns
this if this class implements the interface |
getParameterClassName, getParameterCount, getParameterMode, getParameterType, getParameterTypeName, getPrecision, getScale, isNullable, isSignedpublic ParameterMetaData40(ColumnMetaData columnMetaData)
columnMetaData - ColumnMetaDatapublic boolean isWrapperFor(Class<?> interfaces) throws SQLException
interfaces is implementedinterfaces - a Class defining an interface.SQLException - if an error occurs while determining
whether this is a wrapper for an object
with the given interface.public <T> T unwrap(Class<T> interfaces) throws SQLException
this if this class implements the interfaceinterfaces - a Class defining an interfacejava.sql.SQLExption - if no object if found that implements the
interfaceSQLExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.