com.versant.core.jdbc.query |
|
Java Source File Name | Type | Comment |
JdbcCompiledQuery.java | Class | This is a QueryImp compiled by a JdbcDataStore and ready to run.
It contains the SQL and enough information to convert the ResultSet
into State's. |
JdbcJDOQLCompiler.java | Class | This will compile a JDOQL query into a JdbcCompiledQuery. |
JDOQLNodeToSqlExp.java | Class | Walks a JDOQL Node trees to produce SqlExp trees. |
SqlStruct.java | Class | A struct representing sql for a query. |