public class VirtualQueryHandler extends DBQueryHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEBUG_LARGE_QUERIES_STACK
environment variable to show the large queries.
|
Constructor and Description |
---|
VirtualQueryHandler() |
Modifier and Type | Method and Description |
---|---|
PossibleRowsHolder |
fetchPossibleRows(SearchPlan sp)
Fetch the possible rows for this query.
|
PossibleRowsHolder |
tryFullSearch(SearchPlan sp)
Tries to see if we have the full list of possible objects
if we do then return a filtered version of that as our record set. |
getKeyClause, isBottomLevel, record, tryWillSearchFail
public static final java.lang.String DEBUG_LARGE_QUERIES_STACK
@Nullable @CheckReturnValue public PossibleRowsHolder fetchPossibleRows(@Nonnull SearchPlan sp) throws java.lang.Exception
fetchPossibleRows
in class DBQueryHandler
sp
- The search plan to use.java.lang.Exception
- a serious problem.public PossibleRowsHolder tryFullSearch(SearchPlan sp) throws java.lang.Exception
sp
- the search plan.java.lang.Exception
- a serious problem.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.