Class TMySQLCreateTableOption
- Namespace
- gudusoft.gsqlparser.nodes
- Assembly
- gudusoft.gsqlparser.dll
public class TMySQLCreateTableOption : TParseTreeNode, Visitable
- Inheritance
-
TMySQLCreateTableOption
- Implements
- Inherited Members
Properties
OptionName
This property is deprecated since 3.2.7.3, please use tableOption instead.
public virtual string OptionName { get; set; }
Property Value
OptionValue
public virtual string OptionValue { get; set; }
Property Value
OptionValueConstant
public virtual TConstant OptionValueConstant { set; }
Property Value
ValueList
public virtual TObjectNameList ValueList { get; set; }
Property Value
characterSet
public TObjectName characterSet { get; set; }
Property Value
tableOption
public ETableOption tableOption { get; set; }
Property Value
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
init(object, object)
public override void init(object arg1, object arg2)