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, |
||
SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType, | ||
SelectRunTypes ( string allRunsName, bool onlyName ) : string[] | ||
SelectRunTypesNew ( string allRunsName, bool onlyName ) : List | ||
SqliteRunType ( ) : System |
Méthode | Description | |
---|---|---|
createTable ( string tableName ) : void | ||
initializeTable ( ) : void |
public static AddGraphLinksRunSimple ( ) : void | ||
Résultat | void |
public static AddGraphLinksRunSimpleAgility ( ) : void | ||
Résultat | void |
public static Delete ( string name ) : void | ||
name | string | |
Résultat | void |
public static Distance ( string typeName ) : double | ||
typeName | string | |
Résultat | double |
public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int | ||
t | RunType, | |
tableName | string | |
dbconOpened | bool | |
Résultat | int |
public static Insert ( RunType, t, string tableName, bool dbconOpened, |
||
t | RunType, | |
tableName | string | |
dbconOpened | bool | |
mycmd | ||
Résultat | int |
public static SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType, | ||
typeName | string | |
dbconOpened | bool | |
Résultat | RunType, |
public static SelectRunTypes ( string allRunsName, bool onlyName ) : string[] | ||
allRunsName | string | |
onlyName | bool | |
Résultat | string[] |
public static SelectRunTypesNew ( string allRunsName, bool onlyName ) : List | ||
allRunsName | string | |
onlyName | bool | |
Résultat | List |
protected createTable ( string tableName ) : void | ||
tableName | string | |
Résultat | void |
protected static initializeTable ( ) : void | ||
Résultat | void |