C# Класс SqliteJump, chronojump

Наследование: Sqlite
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
createTable ( string tableName ) : void

Описание методов

ChangeWeightToL() публичный статический Метод

public static ChangeWeightToL ( ) : void
Результат void

Insert() публичный статический Метод

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
Результат int

SelectChronojumpProfile() публичный статический Метод

public static SelectChronojumpProfile ( int pID, int sID ) : List
pID int
sID int
Результат List

SelectJumpData() публичный статический Метод

public static SelectJumpData ( int uniqueID, bool dbconOpened ) : Jump,
uniqueID int
dbconOpened bool
Результат Jump,

SelectJumps() публичный статический Метод

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
Результат string[]

SelectTestMaxStuff() публичный статический Метод

public static SelectTestMaxStuff ( int personID, JumpType, jumpType ) : string[]
personID int
jumpType JumpType,
Результат string[]

SqliteJump() публичный Метод

public SqliteJump ( ) : System
Результат System

Update() публичный статический Метод

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
Результат void

UpdateDescription() публичный статический Метод

public static UpdateDescription ( string tableName, int uniqueID, string description ) : void
tableName string
uniqueID int
description string
Результат void

UpdateWeight() публичный статический Метод

public static UpdateWeight ( string tableName, int uniqueID, double weight ) : void
tableName string
uniqueID int
weight double
Результат void

createTable() защищенный Метод

protected createTable ( string tableName ) : void
tableName string
Результат void