| java.lang.Object com.versant.core.jdbc.query.JdbcJDOQLCompiler
compileParallelFetch | public SqlExp compileParallelFetch(QueryDetails q)(Code) | | Create a filter exp for a collection query.
|
compileParams | public static void compileParams(QueryParser qParser, SqlStruct sqlStruct)(Code) | | This nasty code has to find the bits of SQL occupied by parameter
expressions that could be null. They may need to be converted into
'is null' or 'is not null' or removed completely (for shared columns)
if the corresponding parameter is null.
|
getCandidateSelectExp | public SelectExp getCandidateSelectExp()(Code) | | Get the select for the candidate class. All other SqlExp's for the
query are reachable from this.
|
reinit | public void reinit()(Code) | | Get this compiler ready to compile more queries. This is called before
it is returned to the pool.
|
|
|