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

파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
CreateTable ( Action table ) : IEnumerable
Select ( Action select ) : SelectStatement

메소드 상세

CreateTable() 공개 정적인 메소드

public static CreateTable ( Action table ) : IEnumerable
table Action
리턴 IEnumerable

Select() 공개 정적인 메소드

public static Select ( Action select ) : SelectStatement
select Action
리턴 SelectStatement