C# 클래스 Deveel.Data.Sql.Statements.Build.CreateTableStatementBuilderExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
Named ( this builder, ObjectName parentName, string tableName ) : ICreateTableStatementBuilder
Named ( this builder, string tableName ) : ICreateTableStatementBuilder
WithColumn ( this builder, Action column ) : ICreateTableStatementBuilder
WithColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder
WithIdentityColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder

메소드 상세

Named() 공개 정적인 메소드

public static Named ( this builder, ObjectName parentName, string tableName ) : ICreateTableStatementBuilder
builder this
parentName ObjectName
tableName string
리턴 ICreateTableStatementBuilder

Named() 공개 정적인 메소드

public static Named ( this builder, string tableName ) : ICreateTableStatementBuilder
builder this
tableName string
리턴 ICreateTableStatementBuilder

WithColumn() 공개 정적인 메소드

public static WithColumn ( this builder, Action column ) : ICreateTableStatementBuilder
builder this
column Action
리턴 ICreateTableStatementBuilder

WithColumn() 공개 정적인 메소드

public static WithColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder
builder this
columnName string
columnType SqlType
리턴 ICreateTableStatementBuilder

WithIdentityColumn() 공개 정적인 메소드

public static WithIdentityColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder
builder this
columnName string
columnType SqlType
리턴 ICreateTableStatementBuilder