Class TMySQLIndexOption
- Namespace
- gudusoft.gsqlparser.nodes.mysql
- Assembly
- gudusoft.gsqlparser.dll
public class TMySQLIndexOption : TParseTreeNode, Visitable
- Inheritance
-
TMySQLIndexOption
- Implements
- Inherited Members
Properties
IndexStorageType
public virtual TMySQLIndexStorageType IndexStorageType { get; set; }
Property Value
indexComment
public TConstant indexComment { get; set; }
Property Value
indexOptionType
public EIndexOptionType indexOptionType { get; set; }
Property Value
keyBlockSize
public TConstant keyBlockSize { get; set; }
Property Value
parserName
public string parserName { get; set; }
Property Value
Methods
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
init(object, object)
public override void init(object arg1, object arg2)