C# 클래스 YesSql.Core.Sql.SchemaBuilders.SqliteSchemaBuilder

상속: BaseSchemaBuilder
파일 보기 프로젝트 열기: sebastienros/yessql

공개 메소드들

메소드 설명
Run ( CreateForeignKeyCommand command ) : IEnumerable
Run ( DropForeignKeyCommand command ) : IEnumerable
SqliteSchemaBuilder ( ISqlDialect dialect ) : System.Collections.Generic

메소드 상세

Run() 공개 메소드

public Run ( CreateForeignKeyCommand command ) : IEnumerable
command YesSql.Core.Sql.Schema.CreateForeignKeyCommand
리턴 IEnumerable

Run() 공개 메소드

public Run ( DropForeignKeyCommand command ) : IEnumerable
command YesSql.Core.Sql.Schema.DropForeignKeyCommand
리턴 IEnumerable

SqliteSchemaBuilder() 공개 메소드

public SqliteSchemaBuilder ( ISqlDialect dialect ) : System.Collections.Generic
dialect ISqlDialect
리턴 System.Collections.Generic