Uses of Interface
org.compiere.util.CPreparedStatement
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 CPreparedStatement in org.compiere.db
Modifier and TypeMethodDescriptionstatic CPreparedStatement
ProxyFactory.newCPreparedStatement
(int resultSetType, int resultSetConcurrency, String sql, String trxName) static CPreparedStatement
ProxyFactory.newCPreparedStatement
(int resultSetType, int resultSetConcurrency, String sql, Connection connection) static CPreparedStatement
ProxyFactory.newCPreparedStatement
(CStatementVO info) static CPreparedStatement
ProxyFactory.newReadReplicaPreparedStatement
(int resultSetType, int resultSetConcurrency, String sql) new proxy instance for read replica prepared statement -
Uses of CPreparedStatement in org.compiere.util
Modifier and TypeInterfaceDescriptioninterface
Interface to wrap CallableStatement.
This is use byProxyFactory
and developer shouldn't use this class directly.Modifier and TypeMethodDescriptionstatic CPreparedStatement
DB.prepareStatement
(String sql) Deprecated.static CPreparedStatement
DB.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency) Deprecated.static CPreparedStatement
DB.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency, String trxName) Create prepare Statement proxystatic CPreparedStatement
DB.prepareStatement
(String sql, String trxName) Create prepare Statement proxystatic CPreparedStatement
DB.prepareStatement
(Connection connection, String sql) Create prepare Statement proxystatic CPreparedStatement
DB.prepareStatement
(Connection connection, String sql, int resultSetType, int resultSetConcurrency) Create prepare Statement proxy