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 CStatementProxyFactory.newCStatement(int resultSetType, int resultSetConcurrency, String trxName) static CStatementProxyFactory.newCStatement(CStatementVO info) -
Uses of CStatement in org.compiere.util
Subinterfaces of CStatement in org.compiere.utilModifier and TypeInterfaceDescriptioninterfaceInterface to wrap CallableStatement.
This is use byProxyFactoryand developer shouldn't use this class directly.interfaceInterface to wrap PreparedStatement.
This is use byProxyFactoryand developer shouldn't use this class directly.