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, needsExecutorFromClause getFromClause()
boolean hasWhereClause()
antlr.collections.AST getWhereClause()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.