C# 클래스 Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.DataType

spatial data type for MyISAM is not supported
상속: IAstNode
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
DataType ( DataTypeName typeName, bool unsigned, bool zerofill, bool binary, IExpression length, IExpression decimals, Identifier charSet, Identifier collation, IList collectionVals ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

DataType() 공개 메소드

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
리턴 System