|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.query.QueryImpl
|
+--com.solarmetric.rd.kodo.impl.jdbc.query.JDBCQuery
JDBC Query implementation.
| Constructor Summary | |
JDBCQuery(com.solarmetric.rd.kodo.impl.jdbc.runtime.JDBCStoreManager store,
java.lang.Object copy)
Constructor. |
|
| Method Summary | |
protected com.solarmetric.rd.rop.ResultList |
executeQuery(com.solarmetric.rd.kodo.meta.ClassMetaData meta,
boolean subclasses,
com.solarmetric.rd.kodo.query.ExpressionFactory factory,
com.solarmetric.rd.kodo.query.Expression exp,
java.util.Map params)
Execute the given expression against the given candidate extent. |
protected com.solarmetric.rd.kodo.query.ExpressionFactory |
getExpressionFactory(com.solarmetric.rd.kodo.meta.ClassMetaData meta)
Return an ExpressionFactory to use to create an expression to
be executed against an extent. |
protected com.solarmetric.rd.kodo.query.FilterListener |
getStandardFilterListener(java.lang.String tag)
Return the standard filter extension for the given tag, or null if none. |
boolean |
getUseSQL92Joins()
Return whether to use SQL 92-style joins for this query. |
void |
setUseSQL92Joins(boolean useJoins)
Set whether to use SQL 92-style joins for this query. |
| Methods inherited from class com.solarmetric.rd.kodo.query.QueryImpl |
classForName, close, closeAll, compile, declareImports, declareParameters, declareVariables, execute, execute, execute, execute, executeWithArray, executeWithMap, getCandidateCollection, getCandidateExtent, getFetchBatchSize, getFetchThreshold, getFilterListener, getIgnoreCache, getParameterClass, getPersistenceManager, getSortDirection, getVariableClass, isParameter, isVariable, lock, registerListener, setCandidates, setCandidates, setClass, setFetchBatchSize, setFetchThreshold, setFilter, setIgnoreCache, setOrdering, toString, unlock |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JDBCQuery(com.solarmetric.rd.kodo.impl.jdbc.runtime.JDBCStoreManager store,
java.lang.Object copy)
store - the store managercopy - a compiled query to copy configuration from, or null| Method Detail |
public boolean getUseSQL92Joins()
com.solarmetric.kodo.impl.jdbc.UseSQL92Joins
configuration property.
public void setUseSQL92Joins(boolean useJoins)
com.solarmetric.kodo.impl.jdbc.UseSQL92Joins
configuration property.
protected com.solarmetric.rd.rop.ResultList executeQuery(com.solarmetric.rd.kodo.meta.ClassMetaData meta,
boolean subclasses,
com.solarmetric.rd.kodo.query.ExpressionFactory factory,
com.solarmetric.rd.kodo.query.Expression exp,
java.util.Map params)
QueryImpl
executeQuery in class QueryImplmeta - the base type the query should matchsubclasses - true if subclasses should be included in the
resultsfactory - the expression factory used to compile the
expressionexp - the compiled expression for the parsed queryparams - map of parameter names to values
protected com.solarmetric.rd.kodo.query.ExpressionFactory getExpressionFactory(com.solarmetric.rd.kodo.meta.ClassMetaData meta)
QueryImplExpressionFactory to use to create an expression to
be executed against an extent. Each factory will be used to compile
one filter only.
getExpressionFactory in class QueryImplprotected com.solarmetric.rd.kodo.query.FilterListener getStandardFilterListener(java.lang.String tag)
QueryImplcom.solarmetric.kodo.conf.JDOConfiguration.
getStandardFilterListener in class QueryImpl
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||