C# 클래스 Pilgrim.Providers.PostgreSQL.PostgreSQLTransformationProvider

Migration transformations provider for Microsoft SQL Server.
상속: TransformationProvider
파일 보기 프로젝트 열기: juanplopes/pilgrim

공개 메소드들

메소드 설명
ChangeColumn ( string table, Column column ) : void
ColumnExists ( string table, string column ) : bool
ConstraintExists ( string table, string name ) : bool
GetColumnByName ( string table, string columnName ) : Column
GetColumns ( string table ) : Column[]
GetTables ( ) : string[]
PostgreSQLTransformationProvider ( Dialect dialect, string invariantProvider, string connectionString ) : System
RemoveTable ( string name ) : void
TableExists ( string table ) : bool

메소드 상세

ChangeColumn() 공개 메소드

public ChangeColumn ( string table, Column column ) : void
table string
column Column
리턴 void

ColumnExists() 공개 메소드

public ColumnExists ( string table, string column ) : bool
table string
column string
리턴 bool

ConstraintExists() 공개 메소드

public ConstraintExists ( string table, string name ) : bool
table string
name string
리턴 bool

GetColumnByName() 공개 메소드

public GetColumnByName ( string table, string columnName ) : Column
table string
columnName string
리턴 Column

GetColumns() 공개 메소드

public GetColumns ( string table ) : Column[]
table string
리턴 Column[]

GetTables() 공개 메소드

public GetTables ( ) : string[]
리턴 string[]

PostgreSQLTransformationProvider() 공개 메소드

public PostgreSQLTransformationProvider ( Dialect dialect, string invariantProvider, string connectionString ) : System
dialect Dialect
invariantProvider string
connectionString string
리턴 System

RemoveTable() 공개 메소드

public RemoveTable ( string name ) : void
name string
리턴 void

TableExists() 공개 메소드

public TableExists ( string table ) : bool
table string
리턴 bool