Package | Description |
---|---|
org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
Modifier and Type | Method and Description |
---|---|
static RowProcessor.ResultSetConcur |
RowProcessor.ResultSetConcur.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowProcessor.ResultSetConcur[] |
RowProcessor.ResultSetConcur.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.