public class PreparedStatementProxyHandler extends AbstractStatementProxyHandler
PreparedStatement
proxiesModifier | Constructor and Description |
---|---|
protected |
PreparedStatementProxyHandler(java.lang.String sql,
java.sql.Statement statement,
ConnectionProxyHandler connectionProxyHandler,
java.sql.Connection connectionProxy) |
Modifier and Type | Method and Description |
---|---|
protected void |
beginningInvocationHandling(java.lang.reflect.Method method,
java.lang.Object[] args) |
continueInvocation, getConnectionProxy, getJdbcServices, getResourceRegistry, getStatement, getStatementWithoutChecks
errorIfInvalid, hashCode, invalidate, invoke, isValid, toString
protected PreparedStatementProxyHandler(java.lang.String sql, java.sql.Statement statement, ConnectionProxyHandler connectionProxyHandler, java.sql.Connection connectionProxy)
protected void beginningInvocationHandling(java.lang.reflect.Method method, java.lang.Object[] args)
beginningInvocationHandling
in class AbstractStatementProxyHandler
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.