| Package | Description | 
|---|---|
| org.javalite.activejdbc | 
 ActiveJDBC - the agile Java ORM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RowProcessor.ResultSetType | 
RowProcessor.ResultSetType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RowProcessor.ResultSetType[] | 
RowProcessor.ResultSetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| 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. | 
Copyright © 2020 JavaLite. All rights reserved.