Uses of Class
org.compiere.model.POResultSet
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
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 POResultSet in org.compiere.model
Modifier and TypeMethodDescription<T extends PO>
POResultSet<T>Query.scroll()
Get a simple wrapper over a jdbc resultset.
It is the caller responsibility to call the close method to release the underlying database resources.
Since POResultSet implements the AutoCloseable interface, it is recommended to use it in a try-with-resources statement to automatically close it when you are done. -
Uses of POResultSet in org.compiere.util
Modifier and TypeMethodDescriptionstatic void
DB.close
(POResultSet<?> rs) Convenient method to close aPOResultSet