Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
antlr.CommonAST
org.hibernate.hql.ast.tree.Node
org.hibernate.hql.ast.tree.SqlNode
org.hibernate.hql.ast.tree.HqlSqlWalkerNode
org.hibernate.hql.ast.tree.AbstractStatement
org.hibernate.hql.ast.tree.InsertStatement
public class InsertStatement
extends AbstractStatement
Method Summary | |
IntoClause |
|
SelectClause |
|
int | |
boolean | |
void |
|
Methods inherited from class org.hibernate.hql.ast.tree.AbstractStatement | |
getDisplayText |
Methods inherited from class org.hibernate.hql.ast.tree.HqlSqlWalkerNode | |
getASTFactory , getAliasGenerator , getSessionFactoryHelper , getWalker , initialize |
Methods inherited from class org.hibernate.hql.ast.tree.SqlNode | |
getDataType , getOriginalText , setDataType , setText |
Methods inherited from class org.hibernate.hql.ast.tree.Node | |
getColumn , getFilename , getLine , getRenderText , getTextLength , initialize , initialize |
public IntoClause getIntoClause()
Retreive this insert statement's into-clause.
- Returns:
- The into-clause
public SelectClause getSelectClause()
Retreive this insert statement's select-clause.
- Returns:
- The select-clause.
public int getStatementType()
- Specified by:
- getStatementType in interface Statement
- See Also:
Statement.getStatementType()
public boolean needsExecutor()
- Specified by:
- needsExecutor in interface Statement
- See Also:
Statement.needsExecutor()
public void validate() throws QueryException
Performs detailed semantic validation on this insert statement tree.
- Throws:
QueryException
- Indicates validation failure.