Class PreparedStatementProxy

java.lang.Object
org.compiere.db.StatementProxy
org.compiere.db.PreparedStatementProxy
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
CallableStatementProxy

public class PreparedStatementProxy extends StatementProxy
Dynamic proxy for the CPreparedStatement interface
Author:
Low Heng Sin
  • Constructor Details

    • PreparedStatementProxy

      public PreparedStatementProxy(int resultSetType, int resultSetConcurrency, String sql0, String trxName)
      Parameters:
      resultSetType -
      resultSetConcurrency -
      sql0 -
      trxName -
    • PreparedStatementProxy

      public PreparedStatementProxy(int resultSetType, int resultSetConcurrency, String sql0, Connection connection)
      Parameters:
      resultSetType -
      resultSetConcurrency -
      sql0 -
      connection -
    • PreparedStatementProxy

      public PreparedStatementProxy(CStatementVO vo)
      Parameters:
      vo -
  • Method Details