Package org.compiere.db
Class CallableStatementProxy
java.lang.Object
org.compiere.db.StatementProxy
org.compiere.db.PreparedStatementProxy
org.compiere.db.CallableStatementProxy
- All Implemented Interfaces:
InvocationHandler
Dynamic proxy for the CCallableStatement
- Author:
- Low Heng Sin
-
Field Summary
Fields inherited from class org.compiere.db.StatementProxy
log, m_conn, p_stmt, p_vo
-
Constructor Summary
ConstructorDescriptionCallableStatementProxy
(int resultSetType, int resultSetConcurrency, String sql0, String trxName) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
init()
Initialise the prepared statement wrapper objectMethods inherited from class org.compiere.db.PreparedStatementProxy
getRowSet, init
Methods inherited from class org.compiere.db.StatementProxy
close, getSql, invoke
-
Constructor Details
-
Method Details
-
init
protected void init()Initialise the prepared statement wrapper object- Overrides:
init
in classPreparedStatementProxy
-