Class SingleResult<T>
java.lang.Object
de.chojo.sadu.queries.results.reading.SingleResult<T>
- Type Parameters:
T
- Type of returned object
- All Implemented Interfaces:
DataSourceProvider
,ConnectionProvider
,QueryProvider
,BaseResult
,Result<T>
Result of a
ReaderImpl.firstResult()
call-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.chojo.sadu.queries.api.results.BaseResult
hasExceptions
Methods inherited from interface de.chojo.sadu.queries.api.base.QueryProvider
callConnection, configuration, source
-
Constructor Details
-
SingleResult
-
-
Method Details
-
result
Description copied from interface:Result
Get the result of the query -
query
- Specified by:
query
in interfaceQueryProvider
-
exceptions
Description copied from interface:BaseResult
Returns a list of exceptions.- Specified by:
exceptions
in interfaceBaseResult
- Returns:
- a list of exceptions. If there are no exceptions, an empty list is returned.
-