public class StatementLifecycleSvcUtil extends Object
Constructor and Description |
---|
StatementLifecycleSvcUtil() |
Modifier and Type | Method and Description |
---|---|
static SelectClauseSpecCompiled |
compileSelectClause(SelectClauseSpecRaw spec) |
static boolean |
determineHasTableAccess(List<ExprSubselectNode> subselectNodes,
StatementSpecRaw statementSpecRaw,
TableCompileTimeResolver tableCompileTimeResolver) |
static boolean |
isWritesToTables(StatementSpecRaw statementSpec,
TableCompileTimeResolver tableCompileTimeResolver) |
public static boolean determineHasTableAccess(List<ExprSubselectNode> subselectNodes, StatementSpecRaw statementSpecRaw, TableCompileTimeResolver tableCompileTimeResolver)
public static SelectClauseSpecCompiled compileSelectClause(SelectClauseSpecRaw spec)
public static boolean isWritesToTables(StatementSpecRaw statementSpec, TableCompileTimeResolver tableCompileTimeResolver)
Copyright © 2005–2019. All rights reserved.