Interface GenericQuery.ResultSetProcessor<T>
-
- All Known Implementing Classes:
GenericQuery.CheckExists,GenericQuery.CollectStrings,GenericQuery.ReturnListOfLongs,GenericQuery.ReturnSetOfInteger,GenericQuery.ReturnSetOfLongs,GenericQuery.ReturnSetOfStrings,GenericQuery.ReturnSingle,GenericQuery.ReturnSingleBoolean,GenericQuery.ReturnSingleInteger,GenericQuery.ReturnSingleLong,GenericQuery.ReturnSingleString,GenericQuery.ReturnSmallSetOfInteger
- Enclosing class:
- GenericQuery<T>
public static interface GenericQuery.ResultSetProcessor<T>Implementations are used to process query result set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tprocess(ResultSet rs)
-
-
-
Method Detail
-
process
@Nullable T process(ResultSet rs) throws SQLException
- Throws:
SQLException
-
-