C# Class SqliteSport, chronojump

Inheritance: Sqlite
Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Method Details

Insert() public static method

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
return int

Insert() public static method

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
return int

Select() public static method

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

SelectAll() public static method

public static SelectAll ( ) : string[]
return string[]

SelectID() public static method

public static SelectID ( string name ) : int
name string
return int

createTable() protected static method

protected static createTable ( ) : void
return void

initialize() protected static method

protected static initialize ( ) : void
return void