Method | Description | |
---|---|---|
ChangeWeightToL ( ) : void | ||
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : int | ||
SelectChronojumpProfile ( int pID, int sID ) : List |
||
SelectJumpData ( int uniqueID, bool dbconOpened ) : Jump, | ||
SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType, Orders_by order, int limit ) : string[] | ||
SelectTestMaxStuff ( int personID, JumpType, jumpType ) : string[] | ||
SqliteJump ( ) : System | ||
Update ( int jumpID, string type, string tv, string tc, string fall, int personID, double weight, string description, double angle ) : void | ||
UpdateDescription ( string tableName, int uniqueID, string description ) : void | ||
UpdateWeight ( string tableName, int uniqueID, double weight ) : void |
Method | Description | |
---|---|---|
createTable ( string tableName ) : void |
public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : int | ||
dbconOpened | bool | |
tableName | string | |
uniqueID | string | |
personID | int | |
sessionID | int | |
type | string | |
tv | double | |
tc | double | |
fall | double | |
weight | double | |
description | string | |
angle | double | |
simulated | int | |
return | int |
public static SelectChronojumpProfile ( int pID, int sID ) : List |
||
pID | int | |
sID | int | |
return | List |
public static SelectJumpData ( int uniqueID, bool dbconOpened ) : Jump, | ||
uniqueID | int | |
dbconOpened | bool | |
return | Jump, |
public static SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType, Orders_by order, int limit ) : string[] | ||
dbconOpened | bool | |
sessionID | int | |
personID | int | |
filterWeight | string | |
filterType | string | |
order | Orders_by | |
limit | int | |
return | string[] |
public static SelectTestMaxStuff ( int personID, JumpType, jumpType ) : string[] | ||
personID | int | |
jumpType | JumpType, | |
return | string[] |
public static Update ( int jumpID, string type, string tv, string tc, string fall, int personID, double weight, string description, double angle ) : void | ||
jumpID | int | |
type | string | |
tv | string | |
tc | string | |
fall | string | |
personID | int | |
weight | double | |
description | string | |
angle | double | |
return | void |
public static UpdateDescription ( string tableName, int uniqueID, string description ) : void | ||
tableName | string | |
uniqueID | int | |
description | string | |
return | void |
public static UpdateWeight ( string tableName, int uniqueID, double weight ) : void | ||
tableName | string | |
uniqueID | int | |
weight | double | |
return | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
return | void |