Class GenericQuery.CheckExists
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.queries.GenericQuery.CheckExists
-
- All Implemented Interfaces:
GenericQuery.ResultSetProcessor<Boolean>
- Enclosing class:
- GenericQuery<T>
public static class GenericQuery.CheckExists extends Object implements GenericQuery.ResultSetProcessor<Boolean>
Returns true if result set contains at least one record
-
-
Constructor Summary
Constructors Constructor Description CheckExists()
-
-
-
Method Detail
-
process
public Boolean process(ResultSet rs) throws SQLException
- Specified by:
process
in interfaceGenericQuery.ResultSetProcessor<Boolean>
- Throws:
SQLException
-
-