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