Method | Description | |
---|---|---|
Insert ( bool dbconOpened, |
||
InsertUndefined ( bool dbconOpened ) : void | ||
Select ( bool dbconOpened, int uniqueID ) : string | ||
SelectAll ( bool showUndefined, int sportFilter ) : string[] |
Method | Description | |
---|---|---|
createTable ( ) : void | ||
initialize ( ) : void |
public static Insert ( bool dbconOpened, |
||
dbconOpened | bool | |
mycmd | ||
sportID | int | |
speciallityName | string | |
return | int |
public static InsertUndefined ( bool dbconOpened ) : void | ||
dbconOpened | bool | |
return | void |
public static Select ( bool dbconOpened, int uniqueID ) : string | ||
dbconOpened | bool | |
uniqueID | int | |
return | string |
public static SelectAll ( bool showUndefined, int sportFilter ) : string[] | ||
showUndefined | bool | |
sportFilter | int | |
return | string[] |