Uses of Interface
org.javalite.activejdbc.RowListener
-
Uses of RowListener in org.javalite.activejdbc
Modifier and TypeClassDescriptionclass
Use this class in cases where you need to process an entire result set.Modifier 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)