| |
|
| java.lang.Object org.apache.derby.impl.jdbc.ConnectionChild org.apache.derby.impl.jdbc.EmbedStatement org.apache.derby.impl.jdbc.EmbedStatement40
Constructor Summary | |
public | EmbedStatement40(EmbedConnection connection, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability) |
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) |
EmbedStatement40 | public EmbedStatement40(EmbedConnection connection, boolean forMetaData, int resultSetType, int resultSetConcurrency, int resultSetHoldability)(Code) | | calls superclass contructor with the parameter passed
Parameters: connection - EmbedConnection object associated with this statement Parameters: forMetaData - boolean Parameters: resultSetType - int Parameters: resultSetConcurrency - int Parameters: resultSetHoldability - 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 |
|
|
|