Interface QuerySession

All Superinterfaces:
AutoCloseable

public interface QuerySession extends AutoCloseable
A session within which queries can be executed against schema object data. QuerySession stores schema object data against which queries run, and if necessary, fetches data by invoking the DataFetcher registered for a schema object. When the application has finished using the QuerySession, the application should close the QuerySession. Once a QuerySession has been closed, all its Query objects become unusable. The object is not thread-safe.
Since:
1.0.0