|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause).
Method Summary | |
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? |
Methods inherited from interface org.hibernate.hql.ast.tree.Statement |
getStatementType, getWalker, needsExecutor |
Method Detail |
public FromClause getFromClause()
public boolean hasWhereClause()
public antlr.collections.AST getWhereClause()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |