C# Class Wv.WvDbi_IDbConnection

Inheritance: WvDbi
Mostra file Open project: apenwarr/versaplex

Public Methods

Method Description
Dispose ( ) : void
WvDbi_IDbConnection ( ) : System
execute ( string sql ) : int
select ( string sql ) : WvSqlRows

Protected Methods

Method Description
opendb ( IDbConnection db ) : void
prepare ( string sql ) : IDbCommand

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WvDbi_IDbConnection() public method

public WvDbi_IDbConnection ( ) : System
return System

execute() public method

public execute ( string sql ) : int
sql string
return int

opendb() protected method

protected opendb ( IDbConnection db ) : void
db IDbConnection
return void

prepare() protected method

protected prepare ( string sql ) : IDbCommand
sql string
return IDbCommand

select() public method

public select ( string sql ) : WvSqlRows
sql string
return WvSqlRows