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