C# 클래스 SqliteRun, chronojump

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

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : int
SelectRunData ( int uniqueID, bool dbconOpened ) : Run,
SelectRuns ( bool dbconOpened, int sessionID, int personID, string filterType, Orders_by order, int limit ) : string[]
SelectTestMaxStuff ( int personID, RunType, runType ) : string[]
SqliteRun ( ) : System
Update ( int runID, string type, string distance, string time, int personID, string description ) : void

보호된 메소드들

메소드 설명
createTable ( string tableName ) : void

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
type string
distance double
time double
description string
simulated int
initialSpeed bool
리턴 int

SelectRunData() 공개 정적인 메소드

public static SelectRunData ( int uniqueID, bool dbconOpened ) : Run,
uniqueID int
dbconOpened bool
리턴 Run,

SelectRuns() 공개 정적인 메소드

public static SelectRuns ( bool dbconOpened, int sessionID, int personID, string filterType, Orders_by order, int limit ) : string[]
dbconOpened bool
sessionID int
personID int
filterType string
order Orders_by
limit int
리턴 string[]

SelectTestMaxStuff() 공개 정적인 메소드

public static SelectTestMaxStuff ( int personID, RunType, runType ) : string[]
personID int
runType RunType,
리턴 string[]

SqliteRun() 공개 메소드

public SqliteRun ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( int runID, string type, string distance, string time, int personID, string description ) : void
runID int
type string
distance string
time string
personID int
description string
리턴 void

createTable() 보호된 메소드

protected createTable ( string tableName ) : void
tableName string
리턴 void