Uses of Class
org.javalite.activejdbc.RowProcessor
-
Uses of RowProcessor in org.javalite.activejdbc
Modifier and TypeMethodDescriptionstatic RowProcessor
Executes a raw query and returns an instance ofRowProcessor
.static RowProcessor
Base.find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)
Executes a raw query and returns an instance ofRowProcessor
.Convenience method, same asDB.find(RowProcessor.ResultSetType, RowProcessor.ResultSetConcur, int, String, Object...)
, but passes in default values:DB.find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)
Executes a raw query and returns an instance ofRowProcessor
.