Table of Contents

Class TAlterTableSqlNode

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

alter table parse tree node.

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

Properties

AlterTableOptionList

public virtual TAlterTableOptionList AlterTableOptionList { get; }

Property Value

TAlterTableOptionList

MySQLTableOptionList

public virtual List<TMySQLCreateTableOption> MySQLTableOptionList { get; set; }

Property Value

List<TMySQLCreateTableOption>

PartitionSpec

public virtual TPartitionExtensionClause PartitionSpec { get; set; }

Property Value

TPartitionExtensionClause

TableName

public virtual TObjectName TableName { get; }

Property Value

TObjectName

Methods

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object