C# 클래스 Horton.SqlServer.SchemaInfo

상속: IDisposable
파일 보기 프로젝트 열기: jdaigle/Horton 1 사용 예제들

공개 메소드들

메소드 설명
ApplyMigration ( ScriptFile migration ) : void
Dispose ( ) : void
InitializeTable ( ) : void
ParseSqlScript ( string script ) : string[]
ResyncMigration ( ScriptFile migration ) : void
SchemaInfo ( HortonOptions options ) : System

비공개 메소드들

메소드 설명
AssertNotDisposed ( ) : void
RecordMigration ( DbTransaction transaction, ScriptFile migration, double transactionDuractionMS ) : void
TryDeleteMigration ( DbTransaction transaction, ScriptFile migration ) : void

메소드 상세

ApplyMigration() 공개 메소드

public ApplyMigration ( ScriptFile migration ) : void
migration ScriptFile
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeTable() 공개 메소드

public InitializeTable ( ) : void
리턴 void

ParseSqlScript() 공개 정적인 메소드

public static ParseSqlScript ( string script ) : string[]
script string
리턴 string[]

ResyncMigration() 공개 메소드

public ResyncMigration ( ScriptFile migration ) : void
migration ScriptFile
리턴 void

SchemaInfo() 공개 메소드

public SchemaInfo ( HortonOptions options ) : System
options HortonOptions
리턴 System