Package bitronix.tm.resource.jdbc
Class JdbcUncachedPreparedStatementHandle
java.lang.Object
bitronix.tm.resource.jdbc.BaseProxyHandlerClass
bitronix.tm.resource.jdbc.JdbcUncachedPreparedStatementHandle
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcUncachedPreparedStatementHandle(PreparedStatement delegate, JdbcPooledConnection pooledConnection) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanexecuteQuery(String sql) Must be implemented by the sub-class of this class.booleanisWrapperFor(Class<?> iface) <T> TMethods inherited from class bitronix.tm.resource.jdbc.BaseProxyHandlerClass
invoke
-
Constructor Details
-
JdbcUncachedPreparedStatementHandle
public JdbcUncachedPreparedStatementHandle(PreparedStatement delegate, JdbcPooledConnection pooledConnection)
-
-
Method Details
-
getProxiedDelegate
Description copied from class:BaseProxyHandlerClassMust be implemented by the sub-class of this class. This method should return the "true" object to be delegated to in the case that the method is not overridden by the sub-class.- Specified by:
getProxiedDelegatein classBaseProxyHandlerClass- Returns:
- the true delegate object
- Throws:
Exception- can throw any exception if desired
-
isWrapperFor
- Throws:
SQLException
-
unwrap
- Throws:
SQLException
-
close
- Throws:
SQLException
-
executeQuery
- Throws:
SQLException
-
getGeneratedKeys
- Throws:
SQLException
-
getResultSet
- Throws:
SQLException
-
executeQuery
- Throws:
SQLException
-
equals
-