Package | Description |
---|---|
org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
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 |
---|---|
void |
DB.find(String sql,
RowListener listener)
Executes a raw query and calls instance of
RowListener with every row found. |
static void |
Base.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 © 2019 JavaLite. All rights reserved.