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