C# Class SqliteRunType, chronojump

Inheritance: Sqlite
Datei anzeigen Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
createTable ( string tableName ) : void
initializeTable ( ) : void

Method Details

AddGraphLinksRunSimple() public static method

public static AddGraphLinksRunSimple ( ) : void
return void

AddGraphLinksRunSimpleAgility() public static method

public static AddGraphLinksRunSimpleAgility ( ) : void
return void

Delete() public static method

public static Delete ( string name ) : void
name string
return void

Distance() public static method

public static Distance ( string typeName ) : double
typeName string
return double

Insert() public static method

public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int
t RunType,
tableName string
dbconOpened bool
return int

Insert() public static method

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

SelectAndReturnRunType() public static method

public static SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType,
typeName string
dbconOpened bool
return RunType,

SelectRunTypes() public static method

public static SelectRunTypes ( string allRunsName, bool onlyName ) : string[]
allRunsName string
onlyName bool
return string[]

SelectRunTypesNew() public static method

public static SelectRunTypesNew ( string allRunsName, bool onlyName ) : List
allRunsName string
onlyName bool
return List

SqliteRunType() public method

public SqliteRunType ( ) : System
return System

createTable() protected method

protected createTable ( string tableName ) : void
tableName string
return void

initializeTable() protected static method

protected static initializeTable ( ) : void
return void