Uses of Interface
org.compiere.util.CPreparedStatement
Packages that use 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
Methods in org.compiere.db that return CPreparedStatementModifier and TypeMethodDescriptionstatic CPreparedStatementProxyFactory.newCPreparedStatement(int resultSetType, int resultSetConcurrency, String sql, String trxName) static CPreparedStatementProxyFactory.newCPreparedStatement(int resultSetType, int resultSetConcurrency, String sql, Connection connection) static CPreparedStatementProxyFactory.newCPreparedStatement(CStatementVO info) static CPreparedStatementProxyFactory.newReadReplicaPreparedStatement(int resultSetType, int resultSetConcurrency, String sql) new proxy instance for read replica prepared statement -
Uses of CPreparedStatement in org.compiere.util
Subinterfaces of CPreparedStatement in org.compiere.utilModifier and TypeInterfaceDescriptioninterfaceInterface to wrap CallableStatement.
This is use byProxyFactoryand developer shouldn't use this class directly.Methods in org.compiere.util that return CPreparedStatementModifier and TypeMethodDescriptionstatic CPreparedStatementDB.prepareStatement(String sql) Deprecated.static CPreparedStatementDB.prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Deprecated.static CPreparedStatementDB.prepareStatement(String sql, int resultSetType, int resultSetConcurrency, String trxName) Create prepare Statement proxystatic CPreparedStatementDB.prepareStatement(String sql, String trxName) Create prepare Statement proxystatic CPreparedStatementDB.prepareStatement(Connection connection, String sql) Create prepare Statement proxystatic CPreparedStatementDB.prepareStatement(Connection connection, String sql, int resultSetType, int resultSetConcurrency) Create prepare Statement proxy