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

NOT FULL AST
상속: IAstNode
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
ColumnDefinition ( DataType dataType, bool notNull, IExpression defaultVal, bool autoIncrement, SpecialIndex specialIndex, LiteralString comment, ColumnFormat columnFormat ) : System

메소드 상세

Accept() 공개 메소드

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

ColumnDefinition() 공개 메소드

public ColumnDefinition ( DataType dataType, bool notNull, IExpression defaultVal, bool autoIncrement, SpecialIndex specialIndex, LiteralString comment, ColumnFormat columnFormat ) : System
dataType DataType /// /// might be null
notNull bool
defaultVal IExpression
autoIncrement bool /// might be null
specialIndex SpecialIndex
comment Tup.Cobar4Net.Parser.Ast.Expression.Primary.Literal.LiteralString might be null
columnFormat ColumnFormat might be null
리턴 System