C# 클래스 SqliteJumpRj, chronojump

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

공개 메소드들

메소드 설명
FindBadRjs ( ) : void
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tvMax, double tcMax, double fall, double weight, string description, double tvAvg, double tcAvg, string tvString, string tcString, int jumps, double time, string limited, string angleString, int simulated ) : int
SelectJumpData ( string tableName, int uniqueID, bool dbconOpened ) : JumpRj,
SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType ) : string[]
SqliteJumpRj ( ) : System
Update ( int jumpID, int personID, string fall, double weight, string description ) : void

보호된 메소드들

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

메소드 상세

FindBadRjs() 공개 정적인 메소드

public static FindBadRjs ( ) : void
리턴 void

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tvMax, double tcMax, double fall, double weight, string description, double tvAvg, double tcAvg, string tvString, string tcString, int jumps, double time, string limited, string angleString, int simulated ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
type string
tvMax double
tcMax double
fall double
weight double
description string
tvAvg double
tcAvg double
tvString string
tcString string
jumps int
time double
limited string
angleString string
simulated int
리턴 int

SelectJumpData() 공개 정적인 메소드

public static SelectJumpData ( string tableName, int uniqueID, bool dbconOpened ) : JumpRj,
tableName string
uniqueID int
dbconOpened bool
리턴 JumpRj,

SelectJumps() 공개 정적인 메소드

public static SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType ) : string[]
dbconOpened bool
sessionID int
personID int
filterWeight string
filterType string
리턴 string[]

SqliteJumpRj() 공개 메소드

public SqliteJumpRj ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( int jumpID, int personID, string fall, double weight, string description ) : void
jumpID int
personID int
fall string
weight double
description string
리턴 void

createTable() 보호된 메소드

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