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 |
public Execute ( ISQLiteStatement statement ) : bool | ||
statement | ISQLiteStatement | |
return | bool |
public Prepare ( string sql ) : ISQLiteStatement | ||
sql | string | |
return | ISQLiteStatement |
public SQLiteTransaction ( ISQLiteConnection connection ) : System | ||
connection | ISQLiteConnection | |
return | System |