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 CPreparedStatementProxyFactory. newCPreparedStatement(int resultSetType, int resultSetConcurrency, String sql, String trxName)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.util Modifier and Type Interface Description interfaceCCallableStatementInterface to wrap CallableStatementMethods in org.compiere.util that return CPreparedStatement Modifier and Type Method Description static 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)Prepare Statement.static CPreparedStatementDB. prepareStatement(String sql, String trxName)Prepare Statement
-