public class TableValueConstructor extends Query
create, parameters, prepareAlways, session, sqlStatement, sqlTokens| 构造器和说明 |
|---|
TableValueConstructor(SessionLocal session,
ArrayList<ArrayList<Expression>> rows)
Creates new instance of table value constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addGlobalCondition(Parameter param,
int columnId,
int comparisonType)
Add a condition to the query.
|
boolean |
allowGlobalConditions()
Check whether adding condition to the query is allowed.
|
void |
fireBeforeSelectTriggers()
Call the before triggers on all tables.
|
double |
getCost()
Calculate the cost to execute this query.
|
Expression |
getIfSingleRow()
If this query is determined as a single-row query, returns a replacement
expression.
|
String |
getPlanSQL(int sqlFlags)
Get the SQL statement with the execution plan.
|
HashSet<Table> |
getTables()
Get all tables that are involved in this query.
|
static void |
getValuesSQL(StringBuilder builder,
int sqlFlags,
ArrayList<ArrayList<Expression>> rows)
Appends the SQL of the values to the specified string builder..
|
static void |
getVisibleResult(SessionLocal session,
ResultTarget result,
Column[] columns,
ArrayList<ArrayList<Expression>> rows)
Appends visible columns of all rows to the specified result.
|
void |
init()
Initialize the query.
|
boolean |
isConstantQuery()
Check if this query will always return the same value and has no side
effects.
|
boolean |
isEverything(ExpressionVisitor visitor)
Check if this expression and all sub-expressions can fulfill a criteria.
|
boolean |
isUnion()
Check if this is a UNION query.
|
void |
mapColumns(ColumnResolver resolver,
int level)
Map the columns to the given column resolver.
|
void |
prepareExpressions() |
void |
preparePlan() |
protected ResultInterface |
queryWithoutCache(long limit,
ResultTarget target)
Execute the query without checking the cache.
|
void |
setEvaluatable(TableFilter tableFilter,
boolean b)
Change the evaluatable flag.
|
void |
setForUpdate(boolean forUpdate)
Set the 'for update' flag.
|
Table |
toTable(String alias,
Column[] columnTemplates,
ArrayList<Parameter> parameters,
boolean forCreateView,
Query topQuery)
Converts this query to a table or a view.
|
void |
updateAggregate(SessionLocal s,
int stage)
Update all aggregate function values.
|
collectDependencies, disableCache, exists, getColumnCount, getCostAsExpression, getExpressions, getFetch, getMaxDataModificationId, getOffset, getRowDataType, getType, hasOrder, isAnyDistinct, isFetchPercent, isNeverLazy, isQuery, isRandomAccessResult, isReadOnly, isStandardDistinct, isTransactional, isWithTies, prepare, query, query, queryMeta, setDistinctIfPossible, setFetch, setFetchPercent, setNeverLazy, setOffset, setOrder, setRandomAccessResult, setWithTiescheckCanceled, checkParameters, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isWithParamValues, needRecompile, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toString, updatepublic TableValueConstructor(SessionLocal session, ArrayList<ArrayList<Expression>> rows)
session - the sessionrows - the rowspublic static void getVisibleResult(SessionLocal session, ResultTarget result, Column[] columns, ArrayList<ArrayList<Expression>> rows)
session - the sessionresult - the resultcolumns - the columnsrows - the rows with datapublic static void getValuesSQL(StringBuilder builder, int sqlFlags, ArrayList<ArrayList<Expression>> rows)
builder - string buildersqlFlags - formatting flagsrows - the valuespublic boolean isUnion()
Queryprotected ResultInterface queryWithoutCache(long limit, ResultTarget target)
QueryqueryWithoutCache 在类中 Querylimit - the limit as specified in the JDBC method calltarget - the target to write results topublic void prepareExpressions()
prepareExpressions 在类中 Querypublic void preparePlan()
preparePlan 在类中 Querypublic double getCost()
Querypublic HashSet<Table> getTables()
Querypublic void setForUpdate(boolean forUpdate)
QuerysetForUpdate 在类中 QueryforUpdate - the new settingpublic void mapColumns(ColumnResolver resolver, int level)
QuerymapColumns 在类中 Queryresolver - the resolverlevel - the subquery level (0 is the top level query, 1 is the first
subquery level)public void setEvaluatable(TableFilter tableFilter, boolean b)
QuerysetEvaluatable 在类中 QuerytableFilter - the table filterb - the new valuepublic void addGlobalCondition(Parameter param, int columnId, int comparisonType)
QueryaddGlobalCondition 在类中 Queryparam - the parametercolumnId - the column index (0 meaning the first column)comparisonType - the comparison typepublic boolean allowGlobalConditions()
QueryallowGlobalConditions 在类中 Querypublic boolean isEverything(ExpressionVisitor visitor)
QueryisEverything 在类中 Queryvisitor - the visitorpublic void updateAggregate(SessionLocal s, int stage)
QueryupdateAggregate 在类中 Querys - the sessionstage - select stagepublic void fireBeforeSelectTriggers()
QueryfireBeforeSelectTriggers 在类中 Querypublic String getPlanSQL(int sqlFlags)
PreparedgetPlanSQL 在类中 PreparedsqlFlags - formatting flagspublic Table toTable(String alias, Column[] columnTemplates, ArrayList<Parameter> parameters, boolean forCreateView, Query topQuery)
Querypublic boolean isConstantQuery()
QueryisConstantQuery 在类中 Querypublic Expression getIfSingleRow()
QuerygetIfSingleRow 在类中 QuerynullCopyright © 2022. All rights reserved.