C# Class Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.DataType

spatial data type for MyISAM is not supported
Inheritance: IAstNode
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DataType ( DataTypeName typeName, bool unsigned, bool zerofill, bool binary, IExpression length, IExpression decimals, Identifier charSet, Identifier collation, IList collectionVals ) : System

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

DataType() public method

public DataType ( DataTypeName typeName, bool unsigned, bool zerofill, bool binary, IExpression length, IExpression decimals, Identifier charSet, Identifier collation, IList collectionVals ) : System
typeName DataTypeName
unsigned bool
zerofill bool
binary bool
length IExpression
decimals IExpression
charSet Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
collation Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
collectionVals IList
return System