public abstract class AbstractQueryContext extends Object implements QueryContext
| Constructor and Description |
|---|
AbstractQueryContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMarkedTable(String mark_name,
Table table)
Marks a table in a query plan.
|
void |
clearCache()
Clears the cache of any cached tables.
|
Table |
getCachedNode(long id)
Returns a cached table or null if it isn't cached.
|
Table |
getMarkedTable(String mark_name)
Returns a table that was marked in a query plan or null if no mark was
found.
|
void |
putCachedNode(long id,
Table table)
Put a Table into the cache.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrentSequenceValue, getFunctionLookup, getSystem, getUserName, nextSequenceValue, setSequenceValuepublic void addMarkedTable(String mark_name, Table table)
addMarkedTable in interface QueryContextpublic Table getMarkedTable(String mark_name)
getMarkedTable in interface QueryContextpublic void putCachedNode(long id,
Table table)
putCachedNode in interface QueryContextpublic Table getCachedNode(long id)
getCachedNode in interface QueryContextpublic void clearCache()
clearCache in interface QueryContextCopyright © 2015. All rights reserved.