C# 클래스 SqlitePerson, chronojump

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

공개 메소드들

메소드 설명
ExistsAndItsNotMe ( int uniqueID, string personName ) : bool
Insert ( bool dbconOpened, string uniqueID, string name, string sex, DateTime dateBorn, int race, int countryID, string description, int serverUniqueID ) : int
Select ( bool dbconOpened, int uniqueID ) : Person,
Select ( int uniqueID ) : Person,
SelectAllPersonEvents ( int personID ) : ArrayList
SelectAllPersons ( ) : ArrayList
SelectAllPersonsRecuperable ( string sortedBy, int except, int inSession, string searchFilterName ) : ArrayList
SelectAttribute ( int uniqueID, string attribute ) : string
SqlitePerson ( ) : System
Update ( Person, myPerson ) : void

보호된 메소드들

메소드 설명
createTable ( string tableName ) : void

메소드 상세

ExistsAndItsNotMe() 공개 정적인 메소드

public static ExistsAndItsNotMe ( int uniqueID, string personName ) : bool
uniqueID int
personName string
리턴 bool

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string uniqueID, string name, string sex, DateTime dateBorn, int race, int countryID, string description, int serverUniqueID ) : int
dbconOpened bool
uniqueID string
name string
sex string
dateBorn DateTime
race int
countryID int
description string
serverUniqueID int
리턴 int

Select() 공개 정적인 메소드

public static Select ( bool dbconOpened, int uniqueID ) : Person,
dbconOpened bool
uniqueID int
리턴 Person,

Select() 공개 정적인 메소드

public static Select ( int uniqueID ) : Person,
uniqueID int
리턴 Person,

SelectAllPersonEvents() 공개 정적인 메소드

public static SelectAllPersonEvents ( int personID ) : ArrayList
personID int
리턴 ArrayList

SelectAllPersons() 공개 정적인 메소드

public static SelectAllPersons ( ) : ArrayList
리턴 ArrayList

SelectAllPersonsRecuperable() 공개 정적인 메소드

public static SelectAllPersonsRecuperable ( string sortedBy, int except, int inSession, string searchFilterName ) : ArrayList
sortedBy string
except int
inSession int
searchFilterName string
리턴 ArrayList

SelectAttribute() 공개 정적인 메소드

public static SelectAttribute ( int uniqueID, string attribute ) : string
uniqueID int
attribute string
리턴 string

SqlitePerson() 공개 메소드

public SqlitePerson ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( Person, myPerson ) : void
myPerson Person,
리턴 void

createTable() 보호된 메소드

protected createTable ( string tableName ) : void
tableName string
리턴 void