public interface Statement
Modifier and Type | Method and Description |
---|---|
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?
|
HqlSqlWalker getWalker()
int getStatementType()
boolean needsExecutor()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.