C# Class Wv.WvDbi

Inheritance: IDisposable
Show file Open project: apenwarr/versaplex Class Usage Examples

Protected Properties

Property Type Description
log WvLog

Public Methods

Method Description
Dispose ( ) : void
create ( string moniker ) : WvDbi
exec ( string sql ) : int
execute ( string sql ) : int
select ( string sql ) : WvSqlRows
select_one ( string sql ) : WvAutoCast
select_onerow ( string sql ) : WvSqlRow
try_exec ( string sql ) : int
try_execute ( string sql ) : int

Protected Methods

Method Description
WvDbi ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WvDbi() protected method

protected WvDbi ( ) : System
return System

create() public static method

public static create ( string moniker ) : WvDbi
moniker string
return WvDbi

exec() public method

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

execute() public abstract method

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

select() public abstract method

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

select_one() public method

public select_one ( string sql ) : WvAutoCast
sql string
return WvAutoCast

select_onerow() public method

public select_onerow ( string sql ) : WvSqlRow
sql string
return WvSqlRow

try_exec() public method

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

try_execute() public method

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

Property Details

log protected static property

protected static WvLog,Wv log
return WvLog