public class InsertStatement extends AbstractStatement
| Constructor and Description |
|---|
InsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
IntoClause |
getIntoClause()
Retrieve this insert statement's into-clause.
|
SelectClause |
getSelectClause()
Retreive this insert statement's select-clause.
|
int |
getStatementType()
Return the main token type representing the type of this statement.
|
boolean |
needsExecutor()
Does this statement require the StatementExecutor?
|
void |
validate()
Performs detailed semantic validation on this insert statement tree.
|
getDisplayTextgetAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initializegetDataType, getOriginalText, setDataType, setTextgetColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initializeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic int getStatementType()
Statementpublic boolean needsExecutor()
Statementpublic void validate()
throws QueryException
QueryException - Indicates validation failure.public IntoClause getIntoClause()
public SelectClause getSelectClause()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.