Class | Description |
---|---|
GenericQuery |
Class GenericQuery: The generic class that is extended by the Query classes or instantiated
when the 'query.list' of custom queries is provided
|
Query1 |
Class Query1: Returns a list of queries that Selects from a single view
|
Query2 |
Class Query2: Returns a list of queries that Selects from multiple views
using joins
|
Query3 |
Class Query3: Returns a list of queries that Selects from multiple views with
joins on columns having indexes
|
Query4 |
Class Query4: Returns a list of queries that Selects from multiple views with
joins on columns having no indexes
|
Query5 |
Class Query5: Returns a list of queries that Selects from multiple
views with joins on columns, one with index and one without index
|
Query6 | |
QueryList |
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.