C# 클래스 SqliteServer, chronojump

상속: Sqlite
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateEvaluatorTable() 공개 메소드

public CreateEvaluatorTable ( ) : void
리턴 void

CreatePingTable() 공개 메소드

public CreatePingTable ( ) : void
리턴 void

InsertEvaluator() 공개 정적인 메소드

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
리턴 int

InsertPing() 공개 정적인 메소드

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
리턴 int

Query() 공개 정적인 메소드

public static Query ( string str ) : string
str string
리턴 string

SelectEvaluator() 공개 정적인 메소드

public static SelectEvaluator ( int myUniqueID ) : ServerEvaluator,
myUniqueID int
리턴 ServerEvaluator,

SelectEvaluators() 공개 정적인 메소드

public static SelectEvaluators ( bool addAnyString ) : string[]
addAnyString bool
리턴 string[]

SqliteServer() 공개 메소드

public SqliteServer ( ) : System
리턴 System

Stats() 공개 정적인 메소드

public static Stats ( ) : string[]
리턴 string[]

StatsMine() 공개 정적인 메소드

public static StatsMine ( ) : string[]
리턴 string[]

UpdateEvaluator() 공개 정적인 메소드

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
리턴 void