Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
createTable ( string tableName ) : void |
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 | |
return | int |
public static SelectJumpData ( string tableName, int uniqueID, bool dbconOpened ) : JumpRj, | ||
tableName | string | |
uniqueID | int | |
dbconOpened | bool | |
return | JumpRj, |
public static SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType ) : string[] | ||
dbconOpened | bool | |
sessionID | int | |
personID | int | |
filterWeight | string | |
filterType | string | |
return | string[] |
public static Update ( int jumpID, int personID, string fall, double weight, string description ) : void | ||
jumpID | int | |
personID | int | |
fall | string | |
weight | double | |
description | string | |
return | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
return | void |