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