C# Class SqliteRunType, chronojump

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

Méthodes publiques

Méthode Description
AddGraphLinksRunSimple ( ) : void
AddGraphLinksRunSimpleAgility ( ) : void
Delete ( string name ) : void
Distance ( string typeName ) : double
Insert ( RunType, t, string tableName, bool dbconOpened ) : int
Insert ( RunType, t, string tableName, bool dbconOpened, SqliteCommand mycmd ) : int
SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType,
SelectRunTypes ( string allRunsName, bool onlyName ) : string[]
SelectRunTypesNew ( string allRunsName, bool onlyName ) : List
SqliteRunType ( ) : System

Méthodes protégées

Méthode Description
createTable ( string tableName ) : void
initializeTable ( ) : void

Method Details

AddGraphLinksRunSimple() public static méthode

public static AddGraphLinksRunSimple ( ) : void
Résultat void

AddGraphLinksRunSimpleAgility() public static méthode

public static AddGraphLinksRunSimpleAgility ( ) : void
Résultat void

Delete() public static méthode

public static Delete ( string name ) : void
name string
Résultat void

Distance() public static méthode

public static Distance ( string typeName ) : double
typeName string
Résultat double

Insert() public static méthode

public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int
t RunType,
tableName string
dbconOpened bool
Résultat int

Insert() public static méthode

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

SelectAndReturnRunType() public static méthode

public static SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType,
typeName string
dbconOpened bool
Résultat RunType,

SelectRunTypes() public static méthode

public static SelectRunTypes ( string allRunsName, bool onlyName ) : string[]
allRunsName string
onlyName bool
Résultat string[]

SelectRunTypesNew() public static méthode

public static SelectRunTypesNew ( string allRunsName, bool onlyName ) : List
allRunsName string
onlyName bool
Résultat List

SqliteRunType() public méthode

public SqliteRunType ( ) : System
Résultat System

createTable() protected méthode

protected createTable ( string tableName ) : void
tableName string
Résultat void

initializeTable() protected static méthode

protected static initializeTable ( ) : void
Résultat void