Method | Description | |
---|---|---|
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, double weight ) : int | ||
PersonExistsInPS ( int personID ) : bool | ||
SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList | ||
SqlitePersonSessionOld ( ) : System |
Method | Description | |
---|---|---|
createTable ( string tableName ) : void | ||
moveOldTableToNewTable ( ) : void |
Method | Description | |
---|---|---|
dropOldTable ( string tableName ) : void |
public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, double weight ) : int | ||
dbconOpened | bool | |
tableName | string | |
uniqueID | string | |
personID | int | |
sessionID | int | |
weight | double | |
return | int |
public static PersonExistsInPS ( int personID ) : bool | ||
personID | int | |
return | bool |
public SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList | ||
personID | int | |
return | ArrayList |
protected createTable ( string tableName ) : void | ||
tableName | string | |
return | void |
protected static moveOldTableToNewTable ( ) : void | ||
return | void |