Uses of Interface
org.compiere.util.CPreparedStatement
-
Packages that use CPreparedStatement Package Description org.compiere.db Provides for....org.compiere.util -
-
Uses of CPreparedStatement in org.compiere.db
Methods in org.compiere.db that return CPreparedStatement Modifier and Type Method Description static CPreparedStatement
ProxyFactory. newCPreparedStatement(int resultSetType, int resultSetConcurrency, String sql, String trxName)
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
Subinterfaces of CPreparedStatement in org.compiere.util Modifier and Type Interface Description interface
CCallableStatement
Interface to wrap CallableStatementMethods in org.compiere.util that return CPreparedStatement Modifier and Type Method Description static 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)
Prepare Statement.static CPreparedStatement
DB. prepareStatement(String sql, String trxName)
Prepare Statement
-