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, VerticaStatementCanBeSeparatedByBeginEndPairaddAllMyTokensToTokenList, 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, toStringpublic 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 TParseTreeNodepublic void init(Object arg1)
TParseTreeNodeinit in class TParseTreeNodearg1 - first argumentpublic int doParseStatement(TCustomSqlStatement psql)
doParseStatement in class TCustomSqlStatementpublic void accept(TParseTreeVisitor v)
TParseTreeNodeaccept in interface Visitableaccept in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void acceptChildren(TParseTreeVisitor v)
TParseTreeNodeacceptChildren in interface VisitableacceptChildren in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void setExceptionName(TObjectName exceptionName)
public void setOptions(TExpressionList options)
public void setRaiseLevel(ERaiseLevel raiseLevel)
Copyright © 2019. All rights reserved.