Uses of Interface
org.compiere.util.CStatement
Packages that use 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
Methods in org.compiere.db that return CStatementModifier and TypeMethodDescriptionstatic CStatement
ProxyFactory.newCStatement
(int resultSetType, int resultSetConcurrency, String trxName) static CStatement
ProxyFactory.newCStatement
(CStatementVO info) -
Uses of CStatement in org.compiere.util
Subinterfaces of CStatement in org.compiere.utilModifier 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.