Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
createTable ( string tableName ) : void |
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 | |
return | int |
public static SelectRunData ( int uniqueID, bool dbconOpened ) : Run, | ||
uniqueID | int | |
dbconOpened | bool | |
return | Run, |
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 | |
return | string[] |
public static SelectTestMaxStuff ( int personID, RunType, runType ) : string[] | ||
personID | int | |
runType | RunType, | |
return | string[] |
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 | |
return | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
return | void |