C# Class SqlServer.Job

显示文件 Open project: ren85/rextester_win Class Usage Examples

Private Properties

Property Type Description
GetCommands List

Public Methods

Method Description
DoWork ( ) : void
Job ( string command, string path ) : System
ShowResultSet ( MySqlDataReader reader ) : void
ShowResultSet ( NpgsqlDataReader reader ) : void
ShowResultSet ( OracleDataReader reader, OracleCommand command ) : void
ShowResultSet ( SqlDataReader reader ) : void

Private Methods

Method Description
GetCommands ( string text ) : List

Method Details

DoWork() public method

public DoWork ( ) : void
return void

Job() public method

public Job ( string command, string path ) : System
command string
path string
return System

ShowResultSet() public method

public ShowResultSet ( MySqlDataReader reader ) : void
reader MySql.Data.MySqlClient.MySqlDataReader
return void

ShowResultSet() public method

public ShowResultSet ( NpgsqlDataReader reader ) : void
reader NpgsqlDataReader
return void

ShowResultSet() public method

public ShowResultSet ( OracleDataReader reader, OracleCommand command ) : void
reader OracleDataReader
command OracleCommand
return void

ShowResultSet() public method

public ShowResultSet ( SqlDataReader reader ) : void
reader SqlDataReader
return void