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