Class CallableStatementProxy

All Implemented Interfaces:
InvocationHandler

public class CallableStatementProxy extends PreparedStatementProxy
Dynamic proxy for the CCallableStatement
Author:
Low Heng Sin
  • Constructor Details

    • CallableStatementProxy

      public CallableStatementProxy(CStatementVO vo)
      Parameters:
      vo -
    • CallableStatementProxy

      public CallableStatementProxy(int resultSetType, int resultSetConcurrency, String sql0, String trxName)
      Parameters:
      resultSetType -
      resultSetConcurrency -
      sql0 -
      trxName -
  • Method Details