| Package | Description | 
|---|---|
| org.javalite.activejdbc | 
 ActiveJDBC - the agile Java ORM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RowProcessor | 
DB.find(RowProcessor.ResultSetType type,
    RowProcessor.ResultSetConcur concur,
    int fetchSize,
    String query,
    Object... params)
Executes a raw query and returns an instance of  
RowProcessor. | 
static RowProcessor | 
Base.find(RowProcessor.ResultSetType type,
    RowProcessor.ResultSetConcur concur,
    int fetchSize,
    String query,
    Object... params)
Executes a raw query and returns an instance of  
RowProcessor. | 
RowProcessor | 
DB.find(String query,
    Object... params)
Convenience method, same as  
DB.find(RowProcessor.ResultSetType, RowProcessor.ResultSetConcur, int, String, Object...), but passes in default values: | 
static RowProcessor | 
Base.find(String query,
    Object... params)
Executes a raw query and returns an instance of  
RowProcessor. | 
Copyright © 2020 JavaLite. All rights reserved.