com.sun.tools.hat.internal.oql |
|
Java Source File Name | Type | Comment |
ObjectVisitor.java | Interface | This visitor is supplied to OQLEngine.executeQuery
to receive result set objects one by one.
author: A. |
OQLEngine.java | Class | This is Object Query Language Interpreter
author: A. |
OQLException.java | Class | OQLException is thrown if OQL execution results in error
author: A. |
OQLQuery.java | Class | This represents a parsed OQL query
author: A. |