Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
createTable ( string tableName ) : void | ||
initializeTable ( ) : void |
public static AddGraphLinksRunSimple ( ) : void | ||
Результат | void |
public static AddGraphLinksRunSimpleAgility ( ) : void | ||
Результат | void |
public static Delete ( string name ) : void | ||
name | string | |
Результат | void |
public static Distance ( string typeName ) : double | ||
typeName | string | |
Результат | double |
public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int | ||
t | RunType, | |
tableName | string | |
dbconOpened | bool | |
Результат | int |
public static Insert ( RunType, t, string tableName, bool dbconOpened, |
||
t | RunType, | |
tableName | string | |
dbconOpened | bool | |
mycmd | ||
Результат | int |
public static SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType, | ||
typeName | string | |
dbconOpened | bool | |
Результат | RunType, |
public static SelectRunTypes ( string allRunsName, bool onlyName ) : string[] | ||
allRunsName | string | |
onlyName | bool | |
Результат | string[] |
public static SelectRunTypesNew ( string allRunsName, bool onlyName ) : List | ||
allRunsName | string | |
onlyName | bool | |
Результат | List |
protected createTable ( string tableName ) : void | ||
tableName | string | |
Результат | void |
protected static initializeTable ( ) : void | ||
Результат | void |