C# Класс SqliteSpeciallity, chronojump

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

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

Метод Описание
Insert ( bool dbconOpened, SqliteCommand mycmd, int sportID, string speciallityName ) : int
InsertUndefined ( bool dbconOpened ) : void
Select ( bool dbconOpened, int uniqueID ) : string
SelectAll ( bool showUndefined, int sportFilter ) : string[]

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

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

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

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

public static Insert ( bool dbconOpened, SqliteCommand mycmd, int sportID, string speciallityName ) : int
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
sportID int
speciallityName string
Результат int

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

public static InsertUndefined ( bool dbconOpened ) : void
dbconOpened bool
Результат void

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

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

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

public static SelectAll ( bool showUndefined, int sportFilter ) : string[]
showUndefined bool
sportFilter int
Результат string[]

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

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

initialize() защищенный статический Метод

protected static initialize ( ) : void
Результат void