Uses of Interface
org.javalite.activejdbc.RowListener
-
Packages that use RowListener Package Description org.javalite.activejdbc ActiveJDBC - the agile Java ORM. -
-
Uses of RowListener in org.javalite.activejdbc
Classes in org.javalite.activejdbc that implement RowListener Modifier and Type Class Description classRowListenerAdapterUse this class in cases where you need to process an entire result set.Methods in org.javalite.activejdbc with parameters of type RowListener Modifier and Type Method Description static voidBase. find(String sql, RowListener listener)Executes a raw query and calls instance ofRowListenerwith every row found.voidDB. find(String sql, RowListener listener)Executes a raw query and calls instance ofRowListenerwith every row found.protected voidRowProcessor. processRS(RowListener listener)voidRowProcessor. with(RowListener listener)
-