Method | Description | |
---|---|---|
CreateEvaluatorTable ( ) : void | ||
CreatePingTable ( ) : void | ||
InsertEvaluator ( bool dbconOpened, string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : int | ||
InsertPing ( bool dbconOpened, int evaluatorID, string cjVersion, string osVersion, string ip, DateTime date ) : int | ||
Query ( string str ) : string | ||
SelectEvaluator ( int myUniqueID ) : ServerEvaluator, | ||
SelectEvaluators ( bool addAnyString ) : string[] | ||
SqliteServer ( ) : System | ||
Stats ( ) : string[] | ||
StatsMine ( ) : string[] | ||
UpdateEvaluator ( bool dbconOpened, int uniqueID, string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : void |
public static InsertEvaluator ( bool dbconOpened, string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : int | ||
dbconOpened | bool | |
code | string | |
name | string | |
string | ||
dateBorn | DateTime | |
countryID | int | |
chronometer | string | |
device | string | |
comments | string | |
confiable | bool | |
return | int |
public static InsertPing ( bool dbconOpened, int evaluatorID, string cjVersion, string osVersion, string ip, DateTime date ) : int | ||
dbconOpened | bool | |
evaluatorID | int | |
cjVersion | string | |
osVersion | string | |
ip | string | |
date | DateTime | |
return | int |
public static SelectEvaluator ( int myUniqueID ) : ServerEvaluator, | ||
myUniqueID | int | |
return | ServerEvaluator, |
public static SelectEvaluators ( bool addAnyString ) : string[] | ||
addAnyString | bool | |
return | string[] |
public static UpdateEvaluator ( bool dbconOpened, int uniqueID, string code, string name, string email, DateTime dateBorn, int countryID, string chronometer, string device, string comments, bool confiable ) : void | ||
dbconOpened | bool | |
uniqueID | int | |
code | string | |
name | string | |
string | ||
dateBorn | DateTime | |
countryID | int | |
chronometer | string | |
device | string | |
comments | string | |
confiable | bool | |
return | void |