Class TXMLAttributesClause
- Namespace
- gudusoft.gsqlparser.nodes.oracle
- Assembly
- gudusoft.gsqlparser.dll
public class TXMLAttributesClause : TParseTreeNode, Visitable
- Inheritance
-
TXMLAttributesClause
- Implements
- Inherited Members
Properties
ValueExprList
public virtual TResultColumnList ValueExprList { get; set; }
Property Value
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParse(TCustomSqlStatement, ESqlClause)
analyze this node
public override void doParse(TCustomSqlStatement psql, ESqlClause plocation)
Parameters
psqlTCustomSqlStatementplocationESqlClause
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object