C# Class SqliteSpeciallity, chronojump

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

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
createTable ( ) : void
initialize ( ) : void

Method Details

Insert() public static méthode

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

InsertUndefined() public static méthode

public static InsertUndefined ( bool dbconOpened ) : void
dbconOpened bool
Résultat void

Select() public static méthode

public static Select ( bool dbconOpened, int uniqueID ) : string
dbconOpened bool
uniqueID int
Résultat string

SelectAll() public static méthode

public static SelectAll ( bool showUndefined, int sportFilter ) : string[]
showUndefined bool
sportFilter int
Résultat string[]

createTable() protected static méthode

protected static createTable ( ) : void
Résultat void

initialize() protected static méthode

protected static initialize ( ) : void
Résultat void