Uses of Interface
org.javalite.activejdbc.RowListener
Packages that use RowListener
-
Uses of RowListener in org.javalite.activejdbc
Classes in org.javalite.activejdbc that implement RowListenerModifier and TypeClassDescriptionclass
Use this class in cases where you need to process an entire result set.Methods in org.javalite.activejdbc with parameters of type RowListenerModifier and TypeMethodDescriptionstatic void
Base.find(String sql, RowListener listener)
Executes a raw query and calls instance ofRowListener
with every row found.void
DB.find(String sql, RowListener listener)
Executes a raw query and calls instance ofRowListener
with every row found.protected void
RowProcessor.processRS(RowListener listener)
void
RowProcessor.with(RowListener listener)