C# 클래스 SqlitePersonSessionOld, chronojump

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

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, double weight ) : int
PersonExistsInPS ( int personID ) : bool
SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList
SqlitePersonSessionOld ( ) : System

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, double weight ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
weight double
리턴 int

PersonExistsInPS() 공개 정적인 메소드

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

SelectAllPersonSessionsOfAPerson() 공개 메소드

public SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList
personID int
리턴 ArrayList

SqlitePersonSessionOld() 공개 메소드

public SqlitePersonSessionOld ( ) : System
리턴 System

createTable() 보호된 메소드

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

moveOldTableToNewTable() 보호된 정적인 메소드

protected static moveOldTableToNewTable ( ) : void
리턴 void