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
public class CallableStatementProxy extends PreparedStatementProxy
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
Constructors Constructor Description CallableStatementProxy(int resultSetType, int resultSetConcurrency, String sql0, String trxName)
CallableStatementProxy(CStatementVO vo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
Initialise the prepared statement wrapper object-
Methods inherited from class org.compiere.db.PreparedStatementProxy
getRowSet
-
Methods inherited from class org.compiere.db.StatementProxy
getSql, invoke
-
-
-
-
Constructor Detail
-
CallableStatementProxy
public CallableStatementProxy(CStatementVO vo)
-
-
Method Detail
-
init
protected void init()
Initialise the prepared statement wrapper object- Overrides:
init
in classPreparedStatementProxy
-
-