C# 클래스 SqlitePersonSession, chronojump

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

공개 메소드들

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

메소드 상세

DeletePersonFromSessionAndTests() 공개 정적인 메소드

public static DeletePersonFromSessionAndTests ( string sessionID, string personID ) : void
sessionID string
personID string
리턴 void

Insert() 공개 정적인 메소드

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

PersonExistsInPS() 공개 정적인 메소드

public static PersonExistsInPS ( bool dbconOpened, int personID ) : bool
dbconOpened bool
personID int
리턴 bool

PersonSelectExistsInSession() 공개 정적인 메소드

public static PersonSelectExistsInSession ( int myPersonID, int mySessionID ) : bool
myPersonID int
mySessionID int
리턴 bool

Select() 공개 정적인 메소드

public static Select ( bool dbconOpened, int personID, int sessionID ) : PersonSession,
dbconOpened bool
personID int
sessionID int
리턴 PersonSession,

Select() 공개 정적인 메소드

public static Select ( int personID, int sessionID ) : PersonSession,
personID int
sessionID int
리턴 PersonSession,

SelectAttribute() 공개 정적인 메소드

public static SelectAttribute ( bool dbconOpened, int personID, int sessionID, string attribute ) : double
dbconOpened bool
personID int
sessionID int
attribute string
리턴 double

SelectAttribute() 공개 정적인 메소드

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

SelectCurrentSessionPersons() 공개 정적인 메소드

public static SelectCurrentSessionPersons ( int sessionID, bool returnPersonAndPSlist ) : ArrayList
sessionID int
returnPersonAndPSlist bool
리턴 ArrayList

SqlitePersonSession() 공개 메소드

public SqlitePersonSession ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( PersonSession, ps ) : void
ps PersonSession,
리턴 void

UpdateAttribute() 공개 정적인 메소드

public static UpdateAttribute ( int personID, int sessionID, string attribute, double attrValue ) : void
personID int
sessionID int
attribute string
attrValue double
리턴 void

createTable() 보호된 메소드

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