Table of Contents

Class TCallSqlNode

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

call statement parse tree node

public class TCallSqlNode : TParseTreeNode, Visitable
Inheritance
TCallSqlNode
Implements
Inherited Members

Properties

Args

public virtual TExpressionList Args { get; }

Property Value

TExpressionList

HostVariable

public virtual TObjectName HostVariable { get; }

Property Value

TObjectName

IndicatorVariable

public virtual TObjectName IndicatorVariable { get; }

Property Value

TObjectName

ParameterList

public virtual TExecParameterList ParameterList { get; }

Property Value

TExecParameterList

RoutineExpr

public virtual TExpression RoutineExpr { get; }

Property Value

TExpression

RoutineName

public virtual TObjectName RoutineName { get; }

Property Value

TObjectName

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object

init(object, object, object)

public override void init(object arg1, object arg2, object arg3)

Parameters

arg1 object
arg2 object
arg3 object