public class QueryContext
extends java.lang.Object
A QueryContext contains and manages the resources required to run a Query. A Session is one example of a QueryContext connected to a Sparksee database. The applications can implement their own contexts to run queries out of Sparksee.
Constructor and Description |
---|
QueryContext()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Query |
newQuery()
Creates a new Query.
|
public Query newQuery()