Class GenericQuery.ReturnSetOfInteger
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.queries.GenericQuery.ReturnSetOfInteger
-
- All Implemented Interfaces:
GenericQuery.ResultSetProcessor<Set<Integer>>
- Enclosing class:
- GenericQuery<T>
public static class GenericQuery.ReturnSetOfInteger extends Object implements GenericQuery.ResultSetProcessor<Set<Integer>>
-
-
Constructor Summary
Constructors Constructor Description ReturnSetOfInteger()
-
-
-
Method Detail
-
process
@Nullable public Set<Integer> process(ResultSet rs) throws SQLException
- Specified by:
process
in interfaceGenericQuery.ResultSetProcessor<Set<Integer>>
- Throws:
SQLException
-
-