C# 클래스 CodeKing.SqlHarvester.SqlHarvester

상속: IHarvester
파일 보기 프로젝트 열기: TheCodeKing/SqlHarvester.Net

공개 메소드들

메소드 설명
Cancel ( ) : void
Dispose ( ) : void
SqlHarvester ( SqlScripterFactory factory, ScriptInfo scriptInfo, string outputDirectory, int index ) : System
WriteContent ( ) : bool
WriteFooter ( ) : void
WriteHeader ( ) : FileInfo

비공개 메소드들

메소드 설명
CleanName ( string name ) : string
GetFile ( string outputDirectory ) : FileInfo
ReplaceTokens ( string input ) : string
WriteConstraints ( bool drop ) : void
WriteDataContent ( IDataReader reader ) : void
WriteDataContentValues ( IDataReader reader ) : void
WriteDataValue ( Type type, IDataReader reader, DataColumn column, int index ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SqlHarvester() 공개 메소드

public SqlHarvester ( SqlScripterFactory factory, ScriptInfo scriptInfo, string outputDirectory, int index ) : System
factory SqlScripterFactory
scriptInfo ScriptInfo
outputDirectory string
index int
리턴 System

WriteContent() 공개 메소드

public WriteContent ( ) : bool
리턴 bool

WriteFooter() 공개 메소드

public WriteFooter ( ) : void
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( ) : FileInfo
리턴 System.IO.FileInfo