C# Class SqliteSpeciallity, chronojump

Inheritance: Sqlite
Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
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[]

Protected Methods

Method Description
createTable ( ) : void
initialize ( ) : void

Method Details

Insert() public static method

public static Insert ( bool dbconOpened, SqliteCommand mycmd, int sportID, string speciallityName ) : int
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
sportID int
speciallityName string
return int

InsertUndefined() public static method

public static InsertUndefined ( bool dbconOpened ) : void
dbconOpened bool
return void

Select() public static method

public static Select ( bool dbconOpened, int uniqueID ) : string
dbconOpened bool
uniqueID int
return string

SelectAll() public static method

public static SelectAll ( bool showUndefined, int sportFilter ) : string[]
showUndefined bool
sportFilter int
return string[]

createTable() protected static method

protected static createTable ( ) : void
return void

initialize() protected static method

protected static initialize ( ) : void
return void