public final class ConnectionProxyFactory
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
protected static java.sql.CallableStatement |
newCallableStatementProxy(java.sql.CallableStatement statement,
java.lang.String sql) |
Factory method for creating a CallableStamentProxy.
|
static java.sql.Connection |
newConnectionProxy(java.sql.Connection connection,
java.lang.String calledBy) |
Factory method for creating a ConnectionProxy.
|
protected static java.sql.PreparedStatement |
newPreparedStatementProxy(java.sql.PreparedStatement statement,
java.lang.String sql) |
Factory method for creating a PreparedStamentProxy.
|
public static java.sql.Connection newConnectionProxy(java.sql.Connection connection,
java.lang.String calledBy)
connection - The JDBC connection to proxy.calledBy - Name of the class using creating and this proxy class.protected static java.sql.PreparedStatement newPreparedStatementProxy(java.sql.PreparedStatement statement,
java.lang.String sql)
statement - Prepared statement to be proxied.sql - SQL string.protected static java.sql.CallableStatement newCallableStatementProxy(java.sql.CallableStatement statement,
java.lang.String sql)
statement - Callable statement to be proxied.sql - SQL string.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com