| |
|
| java.lang.Object org.apache.derby.client.am.ColumnMetaData org.apache.derby.client.am.ColumnMetaData40
Method Summary | |
public boolean | isWrapperFor(Class> interfaces) Returns false unless interfaces is implemented
Parameters: interfaces - a Class defining an interface. | public T | unwrap(java.lang.Class<T> interfaces) |
ColumnMetaData40 | public ColumnMetaData40(LogWriter logWriter)(Code) | | Calls the superclass constructor to pass the parameters
Parameters: logWriter - LogWriter |
ColumnMetaData40 | public ColumnMetaData40(LogWriter logWriter, int upperBound)(Code) | | Calls the superclass constructor to pass the parameters
Parameters: logWriter - LogWriter Parameters: upperBound - int |
isWrapperFor | public boolean isWrapperFor(Class> interfaces) throws SQLException(Code) | | Returns false unless interfaces is implemented
Parameters: interfaces - a Class defining an interface. true if this implements the interface or directly or indirectly wraps an object that does. throws: java.sql.SQLException - if an error occurs while determining whether this is a wrapper for an object with the given interface. |
unwrap | public T unwrap(java.lang.Class<T> interfaces) throws SQLException(Code) | | Returns this if this class implements the interface
Parameters: interfaces - a Class defining an interface an object that implements the interface throws: java.sql.SQLExption - if no object if found that implements the interface |
|
|
|