C# Class MWS.Data.DAL

Afficher le fichier Open project: Movilizer/.NET_Connector

Méthodes publiques

Свойство Type Description
_connector DBConnector

Méthodes publiques

Méthode Description
Disconnect ( ) : void

Méthodes protégées

Méthode Description
BeginTransaction ( ) : void
CommitTransaction ( ) : void
DAL ( ) : System
FetchArray ( string sql ) : string[][]
FetchArrayList ( string sql ) : ArrayList
FetchData ( string sql ) : string>[].Dictionary
FetchDouble ( string sql ) : double
FetchInteger ( string sql ) : int
FetchScalar ( string sql ) : object
FetchSingle ( string sql ) : string>.Dictionary
FetchString ( string sql ) : string
Insert ( string sql ) : object
RollbackTransaction ( ) : void
Update ( string sql ) : object

Method Details

BeginTransaction() protected méthode

protected BeginTransaction ( ) : void
Résultat void

CommitTransaction() protected méthode

protected CommitTransaction ( ) : void
Résultat void

DAL() protected méthode

protected DAL ( ) : System
Résultat System

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

FetchArray() protected méthode

protected FetchArray ( string sql ) : string[][]
sql string
Résultat string[][]

FetchArrayList() protected méthode

protected FetchArrayList ( string sql ) : ArrayList
sql string
Résultat System.Collections.ArrayList

FetchData() protected méthode

protected FetchData ( string sql ) : string>[].Dictionary
sql string
Résultat string>[].Dictionary

FetchDouble() protected méthode

protected FetchDouble ( string sql ) : double
sql string
Résultat double

FetchInteger() protected méthode

protected FetchInteger ( string sql ) : int
sql string
Résultat int

FetchScalar() protected méthode

protected FetchScalar ( string sql ) : object
sql string
Résultat object

FetchSingle() protected méthode

protected FetchSingle ( string sql ) : string>.Dictionary
sql string
Résultat string>.Dictionary

FetchString() protected méthode

protected FetchString ( string sql ) : string
sql string
Résultat string

Insert() protected méthode

protected Insert ( string sql ) : object
sql string
Résultat object

RollbackTransaction() protected méthode

protected RollbackTransaction ( ) : void
Résultat void

Update() protected méthode

protected Update ( string sql ) : object
sql string
Résultat object

Property Details

_connector public_oe property

public DBConnector,MWS.Data _connector
Résultat DBConnector