C# Class Wv.WvDbi_IDbConnection

Inheritance: WvDbi
Afficher le fichier Open project: apenwarr/versaplex

Méthodes publiques

Méthode Description
Dispose ( ) : void
WvDbi_IDbConnection ( ) : System
execute ( string sql ) : int
select ( string sql ) : WvSqlRows

Méthodes protégées

Méthode Description
opendb ( IDbConnection db ) : void
prepare ( string sql ) : IDbCommand

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

WvDbi_IDbConnection() public méthode

public WvDbi_IDbConnection ( ) : System
Résultat System

execute() public méthode

public execute ( string sql ) : int
sql string
Résultat int

opendb() protected méthode

protected opendb ( IDbConnection db ) : void
db IDbConnection
Résultat void

prepare() protected méthode

protected prepare ( string sql ) : IDbCommand
sql string
Résultat IDbCommand

select() public méthode

public select ( string sql ) : WvSqlRows
sql string
Résultat WvSqlRows