public interface RestrictableStatement extends Statement
Modifier and Type | Method and Description |
---|---|
FromClause |
getFromClause()
Retreives the from-clause in effect for this statement.
|
antlr.collections.AST |
getWhereClause()
Retreives 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 © 2001-2017 Red Hat, Inc. All Rights Reserved.