public class TRaiseStmt extends TCustomSqlStatement
dbvendor, dummytag, isparsed, joins, parser, plsqlparser, rootNode, sourcetokenlist, sqlstatementtype, tables
Constructor and Description |
---|
TRaiseStmt() |
TRaiseStmt(EDbVendor dbvendor) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
int |
doParseStatement(TCustomSqlStatement psql) |
TObjectName |
getConditionName() |
TObjectName |
getExceptionName() |
TExpressionList |
getExprList() |
TConstant |
getFormatString() |
TExpressionList |
getOptions() |
ERaiseLevel |
getRaiseLevel() |
TConstant |
getSqlState() |
void |
init(Object arg1)
Initialize a query tree node.
|
void |
init(Object arg1,
Object arg2) |
void |
setConditionName(TObjectName conditionName) |
void |
setExceptionName(TObjectName exceptionName) |
void |
setExprList(TExpressionList exprList) |
void |
setFormatString(TConstant formatString) |
void |
setOptions(TExpressionList options) |
void |
setRaiseLevel(ERaiseLevel raiseLevel) |
void |
setSqlState(TConstant sqlState) |
addToTables, addWhereClause, analyzeFromTable, analyzeJoin, analyzeTablename, checkNonQualifiedColumnReferenceInSubQueryOfUplevelStmt, clearError, dochecksyntax, findTable, fireOnMetaDatabaseTableColumn, getAncestorStmt, getCteList, getDaxFunctionStack, getEndlabelName, getErrorCount, getFirstPhysicalTable, getIndexColumns, getJoins, getLabelName, getOrphanColumns, getOutputClause, getParentStmt, getResultColumnList, getReturningClause, getStatements, getSymbolTable, getTables, getTargetTable, getTopClause, getTopStatement, getVariableStack, getWhereClause, isnzplsql, isoracleplsql, ispgplsql, isTableACTE, isverticaplsql, linkColumnReferenceToTable, linkColumnToTable, linkToFirstTable, locateVariableOrParameter, OracleStatementCanBeSeparatedByBeginEndPair, parseerrormessagehandle, parsestatement, searchCTEList, searchDaxVariableInStack, setCteList, setEndlabelName, setLabelName, setOutputClause, setParentStmt, setResultColumnList, setReturningClause, setTargetTable, setTopClause, setVariableStack, setWhereClause, VerticaStatementCanBeSeparatedByBeginEndPair
addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public TRaiseStmt()
public TRaiseStmt(EDbVendor dbvendor)
public TObjectName getExceptionName()
public void setExprList(TExpressionList exprList)
public TExpressionList getExprList()
public void setConditionName(TObjectName conditionName)
public TObjectName getConditionName()
public void setFormatString(TConstant formatString)
public TConstant getFormatString()
public TExpressionList getOptions()
public void setSqlState(TConstant sqlState)
public TConstant getSqlState()
public ERaiseLevel getRaiseLevel()
public void init(Object arg1, Object arg2)
init
in class TParseTreeNode
public void init(Object arg1)
TParseTreeNode
init
in class TParseTreeNode
arg1
- first argumentpublic int doParseStatement(TCustomSqlStatement psql)
doParseStatement
in class TCustomSqlStatement
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void setExceptionName(TObjectName exceptionName)
public void setOptions(TExpressionList options)
public void setRaiseLevel(ERaiseLevel raiseLevel)
Copyright © 2019. All rights reserved.