C# Class SqlInteraction.SQLHandler

Class that handles all SQL interaction
Inheritance: ISQLHandler
Afficher le fichier Open project: syre/SortingIndustrialRobot

Méthodes publiques

Méthode Description
addParameter ( SqlCommand _command, string _parameterName, object _parameterValue, SqlDbType _parameterType ) : void
changeConnectionparameter ( string _parameter, string _parameterValue ) : void
makeCommand ( string _commandText ) : SqlCommand
runQuery ( SqlCommand _command, string queryType ) : ISQLReader
setConnection ( string _server, string _database, string _username, string _password, string _timeout ) : bool

Private Methods

Méthode Description
SQLHandler ( ) : System

Singleton Constructor

Method Details

addParameter() public méthode

public addParameter ( SqlCommand _command, string _parameterName, object _parameterValue, SqlDbType _parameterType ) : void
_command System.Data.SqlClient.SqlCommand
_parameterName string
_parameterValue object
_parameterType SqlDbType
Résultat void

changeConnectionparameter() public méthode

public changeConnectionparameter ( string _parameter, string _parameterValue ) : void
_parameter string
_parameterValue string
Résultat void

makeCommand() public méthode

public makeCommand ( string _commandText ) : SqlCommand
_commandText string
Résultat SqlCommand

runQuery() public méthode

public runQuery ( SqlCommand _command, string queryType ) : ISQLReader
_command SqlCommand
queryType string
Résultat ISQLReader

setConnection() public méthode

public setConnection ( string _server, string _database, string _username, string _password, string _timeout ) : bool
_server string
_database string
_username string
_password string
_timeout string
Résultat bool