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 cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context 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.