Table of Contents

Class TTruncateTableSqlNode

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

Properties

Columns

public virtual TObjectNameList Columns { get; }

Property Value

TObjectNameList

FromTableList

public virtual TFromTableList FromTableList { get; }

Property Value

TFromTableList

ImmediateToken

public TSourceToken ImmediateToken { get; set; }

Property Value

TSourceToken

PartitionExtensionClause

public virtual TPartitionExtensionClause PartitionExtensionClause { get; }

Property Value

TPartitionExtensionClause

TableKeyword

public bool TableKeyword { get; set; }

Property Value

bool

TableName

public virtual TObjectName TableName { 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