C# 클래스 SqliteExecuteAuto, chronojump

상속: Sqlite
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, ExecuteAutoSQL, eaSQL ) : void
Select ( bool dbconOpened, int uniqueID ) : List
SqliteExecuteAuto ( ) : System

보호된 메소드들

메소드 설명
addChronojumpProfileAndBilateral ( ) : void
createTableExecuteAuto ( ) : void

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, ExecuteAutoSQL, eaSQL ) : void
dbconOpened bool
eaSQL ExecuteAutoSQL,
리턴 void

Select() 공개 정적인 메소드

public static Select ( bool dbconOpened, int uniqueID ) : List
dbconOpened bool
uniqueID int
리턴 List

SqliteExecuteAuto() 공개 메소드

public SqliteExecuteAuto ( ) : System
리턴 System

addChronojumpProfileAndBilateral() 보호된 정적인 메소드

protected static addChronojumpProfileAndBilateral ( ) : void
리턴 void

createTableExecuteAuto() 보호된 정적인 메소드

protected static createTableExecuteAuto ( ) : void
리턴 void