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

Datei anzeigen Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
CreateTable ( Action table ) : IEnumerable
Select ( Action select ) : SelectStatement

Method Details

CreateTable() public static method

public static CreateTable ( Action table ) : IEnumerable
table Action
return IEnumerable

Select() public static method

public static Select ( Action select ) : SelectStatement
select Action
return SelectStatement