public class InsertStatement extends AbstractStatement
Constructor and Description |
---|
InsertStatement() |
Modifier and Type | Method and Description |
---|---|
IntoClause |
getIntoClause()
Retreive 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.
|
getDisplayText
getAliasGenerator, getASTFactory, getSessionFactoryHelper, getWalker, initialize
getDataType, getOriginalText, setDataType, setText
getColumn, getFilename, getLine, getRenderText, getTextLength, initialize, initialize
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
public int getStatementType()
Statement
Statement.getStatementType()
public boolean needsExecutor()
Statement
Statement.needsExecutor()
public void validate() throws QueryException
QueryException
- Indicates validation failure.public IntoClause getIntoClause()
public SelectClause getSelectClause()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.