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 TypeClassDescriptionclassUse 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 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)