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