Package org.javalite.activejdbc
Class RowProcessor
- java.lang.Object
-
- org.javalite.activejdbc.RowProcessor
-
public class RowProcessor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRowProcessor.ResultSetConcurstatic classRowProcessor.ResultSetType
-
Constructor Summary
Constructors Modifier Constructor Description protectedRowProcessor(ResultSet rs, Statement s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessRS(RowListener listener)voidwith(RowListener listener)
-
-
-
Method Detail
-
with
public void with(RowListener listener)
-
processRS
protected void processRS(RowListener listener) throws SQLException
- Throws:
SQLException
-
-