QueryContext
DatabaseQueryContext
public abstract class AbstractQueryContext extends java.lang.Object implements QueryContext
Constructor | Description |
---|---|
AbstractQueryContext() |
Modifier and Type | Method | Description |
---|---|---|
void |
addMarkedTable(java.lang.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(java.lang.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, wait
currentSequenceValue, getFunctionLookup, getSystem, getUserName, nextSequenceValue, setSequenceValue
public void addMarkedTable(java.lang.String mark_name, Table table)
addMarkedTable
in interface QueryContext
public Table getMarkedTable(java.lang.String mark_name)
getMarkedTable
in interface QueryContext
public void putCachedNode(long id, Table table)
putCachedNode
in interface QueryContext
public Table getCachedNode(long id)
getCachedNode
in interface QueryContext
public void clearCache()
clearCache
in interface QueryContext
Copyright © 2018. All rights reserved.