public class StatementRawCompiler extends Object
Constructor and Description |
---|
StatementRawCompiler() |
Modifier and Type | Method and Description |
---|---|
static StatementSpecCompiledDesc |
compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static SelectClauseSpecCompiled |
compileSelectClause(SelectClauseSpecRaw spec) |
public static StatementSpecCompiledDesc compile(StatementSpecRaw spec, Compilable compilable, boolean isSubquery, boolean isOnDemandQuery, Annotation[] annotations, List<ExprSubselectNode> subselectNodes, List<ExprTableAccessNode> tableAccessNodes, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) throws StatementSpecCompileException
StatementSpecCompileException
public static SelectClauseSpecCompiled compileSelectClause(SelectClauseSpecRaw spec)
Copyright © 2005–2020. All rights reserved.