public class JdbcUncachedPreparedStatementHandle extends BaseProxyHandlerClass
| Constructor and Description |
|---|
JdbcUncachedPreparedStatementHandle(java.sql.PreparedStatement delegate,
JdbcPooledConnection pooledConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(java.lang.Object object) |
java.sql.ResultSet |
executeQuery() |
java.sql.ResultSet |
executeQuery(java.lang.String sql) |
java.sql.ResultSet |
getGeneratedKeys() |
java.lang.Object |
getProxiedDelegate()
Must be implemented by the sub-class of this class.
|
java.sql.ResultSet |
getResultSet() |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
<T> T |
unwrap(java.lang.Class<T> iface) |
invokepublic JdbcUncachedPreparedStatementHandle(java.sql.PreparedStatement delegate,
JdbcPooledConnection pooledConnection)
public java.lang.Object getProxiedDelegate()
throws java.lang.Exception
BaseProxyHandlerClassgetProxiedDelegate in class BaseProxyHandlerClassjava.lang.Exception - can throw any exception if desiredpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.ResultSet executeQuery(java.lang.String sql)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.ResultSet getGeneratedKeys()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.ResultSet executeQuery()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2006-2023 Bitronix Software. All Rights Reserved.