Package | Description |
---|---|
org.javalite.activejdbc |
Modifier and Type | Class and Description |
---|---|
class |
RowListenerAdapter
Use this class in cases where you need to process an entire result set.
|
Modifier and Type | Method and Description |
---|---|
static void |
Base.find(String sql,
RowListener listener)
Executes a raw query and calls instance of
RowListener with every row found. |
void |
DB.find(String sql,
RowListener listener)
Executes a raw query and calls instance of
RowListener with every row found. |
protected void |
RowProcessor.processRS(RowListener listener) |
void |
RowProcessor.with(RowListener listener) |
Copyright © 2016 JavaLite. All rights reserved.