C# 클래스 Simple.Migrator.Providers.Oracle.OracleTransformationProvider

상속: TransformationProvider
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
AddColumn ( string table, string sqlColumn ) : void
AddForeignKey ( string name, string primaryTable, string primaryColumns, string refTable, string refColumns, Simple.Migrator.Framework.ForeignKeyConstraint constraint ) : void
ChangeColumn ( string table, string sqlColumn ) : void
ColumnExists ( string table, string column ) : bool
ConstraintExists ( string table, string name ) : bool
GetColumns ( string table ) : Column[]
GetTables ( ) : string[]
OracleTransformationProvider ( Dialect dialect, string invariantProvider, string connectionString ) : System
TableExists ( string table ) : bool

메소드 상세

AddColumn() 공개 메소드

public AddColumn ( string table, string sqlColumn ) : void
table string
sqlColumn string
리턴 void

AddForeignKey() 공개 메소드

public AddForeignKey ( string name, string primaryTable, string primaryColumns, string refTable, string refColumns, Simple.Migrator.Framework.ForeignKeyConstraint constraint ) : void
name string
primaryTable string
primaryColumns string
refTable string
refColumns string
constraint Simple.Migrator.Framework.ForeignKeyConstraint
리턴 void

ChangeColumn() 공개 메소드

public ChangeColumn ( string table, string sqlColumn ) : void
table string
sqlColumn string
리턴 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

GetColumns() 공개 메소드

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

GetTables() 공개 메소드

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

OracleTransformationProvider() 공개 메소드

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

TableExists() 공개 메소드

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