|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.jdbc.EmbedParameterSetMetaData
org.apache.derby.impl.jdbc.EmbedParameterMetaData30
org.apache.derby.impl.jdbc.EmbedParameterMetaData40
public class EmbedParameterMetaData40
| Field Summary |
|---|
| Fields inherited from interface java.sql.ParameterMetaData |
|---|
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown |
| Constructor Summary | |
|---|---|
protected |
EmbedParameterMetaData40(ParameterValueSet pvs,
DataTypeDescriptor[] types)
Calls the superclass constructors with the parameters passed |
| Method Summary | ||
|---|---|---|
boolean |
isWrapperFor(java.lang.Class<?> interfaces)
Returns false unless interfaces is implemented |
|
|
unwrap(java.lang.Class<T> interfaces)
Returns this if this class implements the interface |
|
| Methods inherited from class org.apache.derby.impl.jdbc.EmbedParameterSetMetaData |
|---|
getParameterClassName, getParameterCount, getParameterMode, getParameterType, getParameterTypeName, getPrecision, getScale, isNullable, isSigned |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.ParameterMetaData |
|---|
getParameterClassName, getParameterCount, getParameterMode, getParameterType, getParameterTypeName, getPrecision, getScale, isNullable, isSigned |
| Constructor Detail |
|---|
protected EmbedParameterMetaData40(ParameterValueSet pvs,
DataTypeDescriptor[] types)
pvs - ParameterValueSet pvstypes - DataTypeDescriptor| Method Detail |
|---|
public boolean isWrapperFor(java.lang.Class<?> interfaces)
throws java.sql.SQLException
interfaces is implemented
interfaces - a Class defining an interface.
java.sql.SQLException - if an error occurs while determining
whether this is a wrapper for an object
with the given interface.
public <T> T unwrap(java.lang.Class<T> interfaces)
throws java.sql.SQLException
this if this class implements the interface
interfaces - a Class defining an interface
java.sql.SQLExption - if no object if found that implements the
interface
java.sql.SQLException
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||