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
MySQLTableOptionList
public virtual List<TMySQLCreateTableOption> MySQLTableOptionList { get; set; }
Property Value
PartitionSpec
public virtual TPartitionExtensionClause PartitionSpec { get; set; }
Property Value
TableName
public virtual TObjectName TableName { get; }
Property Value
Methods
init(object, object)
public override void init(object arg1, object arg2)