C# Class SqliteServer, chronojump

Inheritance: Sqlite
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

CreateEvaluatorTable() public méthode

public CreateEvaluatorTable ( ) : void
Résultat void

CreatePingTable() public méthode

public CreatePingTable ( ) : void
Résultat void

InsertEvaluator() public static méthode

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
email string
dateBorn DateTime
countryID int
chronometer string
device string
comments string
confiable bool
Résultat int

InsertPing() public static méthode

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
Résultat int

Query() public static méthode

public static Query ( string str ) : string
str string
Résultat string

SelectEvaluator() public static méthode

public static SelectEvaluator ( int myUniqueID ) : ServerEvaluator,
myUniqueID int
Résultat ServerEvaluator,

SelectEvaluators() public static méthode

public static SelectEvaluators ( bool addAnyString ) : string[]
addAnyString bool
Résultat string[]

SqliteServer() public méthode

public SqliteServer ( ) : System
Résultat System

Stats() public static méthode

public static Stats ( ) : string[]
Résultat string[]

StatsMine() public static méthode

public static StatsMine ( ) : string[]
Résultat string[]

UpdateEvaluator() public static méthode

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
email string
dateBorn DateTime
countryID int
chronometer string
device string
comments string
confiable bool
Résultat void