C# Class Sublist.Data.SQLiteTransaction

Inheritance: IDisposable
Show file Open project: toadlyBroodle/Sublist Class Usage Examples

Public Methods

Method Description
Commit ( ) : void
Dispose ( ) : void
Execute ( ISQLiteStatement statement ) : bool
Execute ( string sql ) : bool
Execute ( ) : void
LastInsertRowId ( ) : long
Prepare ( string sql ) : ISQLiteStatement
Rollback ( ) : void
SQLiteTransaction ( ISQLiteConnection connection ) : System

Method Details

Commit() public method

public Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( ISQLiteStatement statement ) : bool
statement ISQLiteStatement
return bool

Execute() public method

public Execute ( string sql ) : bool
sql string
return bool

Execute() public method

public Execute ( ) : void
return void

LastInsertRowId() public method

public LastInsertRowId ( ) : long
return long

Prepare() public method

public Prepare ( string sql ) : ISQLiteStatement
sql string
return ISQLiteStatement

Rollback() public method

public Rollback ( ) : void
return void

SQLiteTransaction() public method

public SQLiteTransaction ( ISQLiteConnection connection ) : System
connection ISQLiteConnection
return System