Method | Description | |
---|---|---|
Insert ( bool dbconOpened, |
||
Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int | ||
Select ( bool dbconOpened, int uniqueID ) : Sport, | ||
SelectAll ( ) : string[] | ||
SelectID ( string name ) : int |
Method | Description | |
---|---|---|
createTable ( ) : void | ||
initialize ( ) : void |
public static Insert ( bool dbconOpened, |
||
dbconOpened | bool | |
mycmd | ||
uniqueID | string | |
name | string | |
userDefined | bool | |
hasSpeciallities | bool | |
graphLink | string | |
return | int |
public static Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int | ||
dbconOpened | bool | |
uniqueID | string | |
name | string | |
userDefined | bool | |
hasSpeciallities | bool | |
graphLink | string | |
return | int |
public static Select ( bool dbconOpened, int uniqueID ) : Sport, | ||
dbconOpened | bool | |
uniqueID | int | |
return | Sport, |