| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Statement
Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT).
| Method Summary | |
|---|---|
|  int | getStatementType()Return the main token type representing the type of this statement. | 
|  HqlSqlWalker | getWalker()Retreive the "phase 2" walker which generated this statement tree. | 
|  boolean | needsExecutor()Does this statement require the StatementExecutor? | 
| Method Detail | 
|---|
HqlSqlWalker getWalker()
int getStatementType()
boolean needsExecutor()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||