C# Class SqliteJump, chronojump

Inheritance: Sqlite
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode Description
ChangeWeightToL ( ) : void
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : int
SelectChronojumpProfile ( int pID, int sID ) : List
SelectJumpData ( int uniqueID, bool dbconOpened ) : Jump,
SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType, Orders_by order, int limit ) : string[]
SelectTestMaxStuff ( int personID, JumpType, jumpType ) : string[]
SqliteJump ( ) : System
Update ( int jumpID, string type, string tv, string tc, string fall, int personID, double weight, string description, double angle ) : void
UpdateDescription ( string tableName, int uniqueID, string description ) : void
UpdateWeight ( string tableName, int uniqueID, double weight ) : void

Méthodes protégées

Méthode Description
createTable ( string tableName ) : void

Method Details

ChangeWeightToL() public static méthode

public static ChangeWeightToL ( ) : void
Résultat void

Insert() public static méthode

public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
type string
tv double
tc double
fall double
weight double
description string
angle double
simulated int
Résultat int

SelectChronojumpProfile() public static méthode

public static SelectChronojumpProfile ( int pID, int sID ) : List
pID int
sID int
Résultat List

SelectJumpData() public static méthode

public static SelectJumpData ( int uniqueID, bool dbconOpened ) : Jump,
uniqueID int
dbconOpened bool
Résultat Jump,

SelectJumps() public static méthode

public static SelectJumps ( bool dbconOpened, int sessionID, int personID, string filterWeight, string filterType, Orders_by order, int limit ) : string[]
dbconOpened bool
sessionID int
personID int
filterWeight string
filterType string
order Orders_by
limit int
Résultat string[]

SelectTestMaxStuff() public static méthode

public static SelectTestMaxStuff ( int personID, JumpType, jumpType ) : string[]
personID int
jumpType JumpType,
Résultat string[]

SqliteJump() public méthode

public SqliteJump ( ) : System
Résultat System

Update() public static méthode

public static Update ( int jumpID, string type, string tv, string tc, string fall, int personID, double weight, string description, double angle ) : void
jumpID int
type string
tv string
tc string
fall string
personID int
weight double
description string
angle double
Résultat void

UpdateDescription() public static méthode

public static UpdateDescription ( string tableName, int uniqueID, string description ) : void
tableName string
uniqueID int
description string
Résultat void

UpdateWeight() public static méthode

public static UpdateWeight ( string tableName, int uniqueID, double weight ) : void
tableName string
uniqueID int
weight double
Résultat void

createTable() protected méthode

protected createTable ( string tableName ) : void
tableName string
Résultat void