C# 클래스 Sublist.Data.SQLiteTransaction

상속: IDisposable
파일 보기 프로젝트 열기: toadlyBroodle/Sublist 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ISQLiteStatement statement ) : bool
statement ISQLiteStatement
리턴 bool

Execute() 공개 메소드

public Execute ( string sql ) : bool
sql string
리턴 bool

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

LastInsertRowId() 공개 메소드

public LastInsertRowId ( ) : long
리턴 long

Prepare() 공개 메소드

public Prepare ( string sql ) : ISQLiteStatement
sql string
리턴 ISQLiteStatement

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

SQLiteTransaction() 공개 메소드

public SQLiteTransaction ( ISQLiteConnection connection ) : System
connection ISQLiteConnection
리턴 System