C# Class CodeKing.SqlHarvester.SqlHarvester

Inheritance: IHarvester
Afficher le fichier Open project: TheCodeKing/SqlHarvester.Net

Méthodes publiques

Méthode Description
Cancel ( ) : void
Dispose ( ) : void
SqlHarvester ( SqlScripterFactory factory, ScriptInfo scriptInfo, string outputDirectory, int index ) : System
WriteContent ( ) : bool
WriteFooter ( ) : void
WriteHeader ( ) : FileInfo

Private Methods

Méthode Description
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

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SqlHarvester() public méthode

public SqlHarvester ( SqlScripterFactory factory, ScriptInfo scriptInfo, string outputDirectory, int index ) : System
factory SqlScripterFactory
scriptInfo ScriptInfo
outputDirectory string
index int
Résultat System

WriteContent() public méthode

public WriteContent ( ) : bool
Résultat bool

WriteFooter() public méthode

public WriteFooter ( ) : void
Résultat void

WriteHeader() public méthode

public WriteHeader ( ) : FileInfo
Résultat System.IO.FileInfo