Uses of Class
org.javalite.activejdbc.RowProcessor.ResultSetType
-
Packages that use RowProcessor.ResultSetType Package Description org.javalite.activejdbc ActiveJDBC - the agile Java ORM. -
-
Uses of RowProcessor.ResultSetType in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return RowProcessor.ResultSetType Modifier and Type Method Description static RowProcessor.ResultSetTypeRowProcessor.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.Methods in org.javalite.activejdbc with parameters of type RowProcessor.ResultSetType Modifier and Type Method Description static RowProcessorBase. find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)Executes a raw query and returns an instance ofRowProcessor.RowProcessorDB. find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)Executes a raw query and returns an instance ofRowProcessor.
-