C# Class SqliteSport, chronojump

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

Méthodes publiques

Méthode Description
Insert ( bool dbconOpened, SqliteCommand mycmd, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
Select ( bool dbconOpened, int uniqueID ) : Sport,
SelectAll ( ) : string[]
SelectID ( string name ) : int

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, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
uniqueID string
name string
userDefined bool
hasSpeciallities bool
graphLink string
Résultat int

Insert() public static méthode

public static Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
dbconOpened bool
uniqueID string
name string
userDefined bool
hasSpeciallities bool
graphLink string
Résultat int

Select() public static méthode

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

SelectAll() public static méthode

public static SelectAll ( ) : string[]
Résultat string[]

SelectID() public static méthode

public static SelectID ( string name ) : int
name string
Résultat int

createTable() protected static méthode

protected static createTable ( ) : void
Résultat void

initialize() protected static méthode

protected static initialize ( ) : void
Résultat void