C# Class SqlitePersonSessionOld, chronojump

Inheritance: Sqlite
ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, double weight ) : int
PersonExistsInPS ( int personID ) : bool
SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList
SqlitePersonSessionOld ( ) : System

Protected Methods

Method Description
createTable ( string tableName ) : void
moveOldTableToNewTable ( ) : void

Private Methods

Method Description
dropOldTable ( string tableName ) : void

Method Details

Insert() public static method

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
return int

PersonExistsInPS() public static method

public static PersonExistsInPS ( int personID ) : bool
personID int
return bool

SelectAllPersonSessionsOfAPerson() public method

public SelectAllPersonSessionsOfAPerson ( int personID ) : ArrayList
personID int
return ArrayList

SqlitePersonSessionOld() public method

public SqlitePersonSessionOld ( ) : System
return System

createTable() protected method

protected createTable ( string tableName ) : void
tableName string
return void

moveOldTableToNewTable() protected static method

protected static moveOldTableToNewTable ( ) : void
return void