|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AbstractInMemoryQueryCallable<T extends Options> | Abstract callable for operations that run queries against a local in-memory dataset |
AbstractQueryCallable<T extends Options> | Abstract callable for queries |
AbstractRemoteQueryCallable<T extends Options> | Abstract callable for operations that run queries against a remote service via HTTP |
AbstractScalarValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>> | A callable which counts SELECT results by retrieving the value of a specific column of the first row and then converting that value into an integer |
InMemoryQueryCallable<T extends Options> | A Callable for queries so we can execute them asynchronously with timeouts |
LongValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>> | A callable for getting the value of a specific variable in the first row of a result set as a long |
RemoteQueryCallable<T extends Options> | A Callable for queries so we can execute them asynchronously with timeouts |
WrapperQueryCallable<T extends Options,TCallable extends AbstractQueryCallable<T>> | A decorator to allow query callables to have parts of their behaviour modified without extending them directly. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |