Uses of Enum Class
org.javalite.activejdbc.RowProcessor.ResultSetType
Packages that use RowProcessor.ResultSetType
-
Uses of RowProcessor.ResultSetType in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return RowProcessor.ResultSetTypeModifier and TypeMethodDescriptionstatic RowProcessor.ResultSetType
Returns the enum constant of this class with the specified name.static RowProcessor.ResultSetType[]
RowProcessor.ResultSetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javalite.activejdbc with parameters of type RowProcessor.ResultSetTypeModifier and TypeMethodDescriptionstatic RowProcessor
Base.find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)
Executes a raw query and returns an instance ofRowProcessor
.DB.find(RowProcessor.ResultSetType type, RowProcessor.ResultSetConcur concur, int fetchSize, String query, Object... params)
Executes a raw query and returns an instance ofRowProcessor
.