public interface RestrictableStatement extends Statement
Modifier and Type | Method and Description |
---|---|
FromClause |
getFromClause()
Retrieve the from-clause in effect for this statement.
|
antlr.collections.AST |
getWhereClause()
Retrieve the where-clause defining the restriction(s) in effect for
this statement.
|
boolean |
hasWhereClause()
Does this statement tree currently contain a where clause?
|
getStatementType, getWalker, needsExecutor
FromClause getFromClause()
boolean hasWhereClause()
antlr.collections.AST getWhereClause()
Copyright © 2021 JBoss by Red Hat. All rights reserved.