Uses of Interface
org.compiere.util.CStatement
Package
Description
Provide interface and classes for DB integration.
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
-
Uses of CStatement in org.compiere.db
Modifier and TypeMethodDescriptionstatic CStatement
ProxyFactory.newCStatement
(int resultSetType, int resultSetConcurrency, String trxName) static CStatement
ProxyFactory.newCStatement
(CStatementVO info) -
Uses of CStatement in org.compiere.util
Modifier and TypeInterfaceDescriptioninterface
Interface to wrap CallableStatement.
This is use byProxyFactory
and developer shouldn't use this class directly.interface
Interface to wrap PreparedStatement.
This is use byProxyFactory
and developer shouldn't use this class directly.