C# Class Deveel.Data.Sql.Statements.Build.CreateTableStatementBuilderExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
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

Method Details

Named() public static méthode

public static Named ( this builder, ObjectName parentName, string tableName ) : ICreateTableStatementBuilder
builder this
parentName ObjectName
tableName string
Résultat ICreateTableStatementBuilder

Named() public static méthode

public static Named ( this builder, string tableName ) : ICreateTableStatementBuilder
builder this
tableName string
Résultat ICreateTableStatementBuilder

WithColumn() public static méthode

public static WithColumn ( this builder, Action column ) : ICreateTableStatementBuilder
builder this
column Action
Résultat ICreateTableStatementBuilder

WithColumn() public static méthode

public static WithColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder
builder this
columnName string
columnType SqlType
Résultat ICreateTableStatementBuilder

WithIdentityColumn() public static méthode

public static WithIdentityColumn ( this builder, string columnName, SqlType columnType ) : ICreateTableStatementBuilder
builder this
columnName string
columnType SqlType
Résultat ICreateTableStatementBuilder