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

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
CreateTable ( Action table ) : IEnumerable
Select ( Action select ) : SelectStatement

Method Details

CreateTable() public static méthode

public static CreateTable ( Action table ) : IEnumerable
table Action
Résultat IEnumerable

Select() public static méthode

public static Select ( Action select ) : SelectStatement
select Action
Résultat SelectStatement