|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GlobalQuery | |
|---|---|
| unity.jdbc | |
| unity.parser | |
| unity.query | |
| Uses of GlobalQuery in unity.jdbc |
|---|
| Methods in unity.jdbc that return GlobalQuery | |
|---|---|
GlobalQuery |
UnityStatement.parseQuery(java.lang.String sql)
Parses a query and builds a GlobalQuery object but does not execute it. |
| Methods in unity.jdbc with parameters of type GlobalQuery | |
|---|---|
java.sql.ResultSet |
UnityStatement.executeQuery(GlobalQuery gq)
|
| Uses of GlobalQuery in unity.parser |
|---|
| Methods in unity.parser that return GlobalQuery | |
|---|---|
GlobalQuery |
GlobalParser.parse(java.lang.String queryString,
GlobalSchema schema)
|
GlobalQuery |
PTreeBuilderValidater.validatePTree(java.lang.String semQuery,
SimpleNode parseTreeRoot)
|
| Uses of GlobalQuery in unity.query |
|---|
| Methods in unity.query that return GlobalQuery | |
|---|---|
GlobalQuery |
ResultRowData.getGlobalQuery()
|
GlobalQuery |
Optimizer.optimize()
|
| Constructors in unity.query with parameters of type GlobalQuery | |
|---|---|
Evaluator(GlobalQuery gq)
|
|
Optimizer(GlobalQuery gq)
|
|
ResultRowData(GlobalQuery gq,
int rsType)
The constructor initializes most of the instance variables with defaults |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||