Метод | Описание | |
---|---|---|
DeletePersonFromSessionAndTests ( string sessionID, string personID ) : void | ||
Insert ( bool dbconOpened, string uniqueID, int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments ) : int | ||
PersonExistsInPS ( bool dbconOpened, int personID ) : bool | ||
PersonSelectExistsInSession ( int myPersonID, int mySessionID ) : bool | ||
Select ( bool dbconOpened, int personID, int sessionID ) : PersonSession, | ||
Select ( int personID, int sessionID ) : PersonSession, | ||
SelectAttribute ( bool dbconOpened, int personID, int sessionID, string attribute ) : double | ||
SelectAttribute ( int personID, string attribute ) : double | ||
SelectCurrentSessionPersons ( int sessionID, bool returnPersonAndPSlist ) : ArrayList | ||
SqlitePersonSession ( ) : System | ||
Update ( PersonSession, ps ) : void | ||
UpdateAttribute ( int personID, int sessionID, string attribute, double attrValue ) : void |
Метод | Описание | |
---|---|---|
createTable ( string tableName ) : void |
public static DeletePersonFromSessionAndTests ( string sessionID, string personID ) : void | ||
sessionID | string | |
personID | string | |
Результат | void |
public static Insert ( bool dbconOpened, string uniqueID, int personID, int sessionID, double height, double weight, int sportID, int speciallityID, int practice, string comments ) : int | ||
dbconOpened | bool | |
uniqueID | string | |
personID | int | |
sessionID | int | |
height | double | |
weight | double | |
sportID | int | |
speciallityID | int | |
practice | int | |
comments | string | |
Результат | int |
public static PersonExistsInPS ( bool dbconOpened, int personID ) : bool | ||
dbconOpened | bool | |
personID | int | |
Результат | bool |
public static PersonSelectExistsInSession ( int myPersonID, int mySessionID ) : bool | ||
myPersonID | int | |
mySessionID | int | |
Результат | bool |
public static Select ( bool dbconOpened, int personID, int sessionID ) : PersonSession, | ||
dbconOpened | bool | |
personID | int | |
sessionID | int | |
Результат | PersonSession, |
public static Select ( int personID, int sessionID ) : PersonSession, | ||
personID | int | |
sessionID | int | |
Результат | PersonSession, |
public static SelectAttribute ( bool dbconOpened, int personID, int sessionID, string attribute ) : double | ||
dbconOpened | bool | |
personID | int | |
sessionID | int | |
attribute | string | |
Результат | double |
public static SelectAttribute ( int personID, string attribute ) : double | ||
personID | int | |
attribute | string | |
Результат | double |
public static SelectCurrentSessionPersons ( int sessionID, bool returnPersonAndPSlist ) : ArrayList | ||
sessionID | int | |
returnPersonAndPSlist | bool | |
Результат | ArrayList |
public static Update ( PersonSession, ps ) : void | ||
ps | PersonSession, | |
Результат | void |
public static UpdateAttribute ( int personID, int sessionID, string attribute, double attrValue ) : void | ||
personID | int | |
sessionID | int | |
attribute | string | |
attrValue | double | |
Результат | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
Результат | void |