Table of Contents

Class TCreateFunctionOption

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TCreateFunctionOption : TParseTreeNode, Visitable
Inheritance
TCreateFunctionOption
Implements
Inherited Members

Properties

BlockSqlNode

public virtual TBlockSqlNode BlockSqlNode { get; }

Property Value

TBlockSqlNode

FunctionBody

public TConstant FunctionBody { get; set; }

Property Value

TConstant

Language

public virtual TConstant Language { get; set; }

Property Value

TConstant

LinkSymbol

public virtual TConstant LinkSymbol { get; }

Property Value

TConstant

Objfile

public virtual TConstant Objfile { get; }

Property Value

TConstant

OptionType

public virtual ECreateFunctionOptionType OptionType { get; }

Property Value

ECreateFunctionOptionType

SqlNodes

public virtual TStatementListSqlNode SqlNodes { get; }

Property Value

TStatementListSqlNode

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