C# 클래스 SqliteReactionTime, chronojump

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

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double time, string description, int simulated ) : int
SelectReactionTimeData ( int uniqueID, bool dbconOpened ) : ReactionTime,
SelectReactionTimes ( bool dbconOpened, int sessionID, int personID, string filterType, Orders_by order, int limit ) : string[]
SqliteReactionTime ( ) : System
Update ( int eventID, string type, 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 time, string description, int simulated ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
type string
time double
description string
simulated int
리턴 int

SelectReactionTimeData() 공개 정적인 메소드

public static SelectReactionTimeData ( int uniqueID, bool dbconOpened ) : ReactionTime,
uniqueID int
dbconOpened bool
리턴 ReactionTime,

SelectReactionTimes() 공개 정적인 메소드

public static SelectReactionTimes ( 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[]

SqliteReactionTime() 공개 메소드

public SqliteReactionTime ( ) : System
리턴 System

Update() 공개 정적인 메소드

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

createTable() 보호된 메소드

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