Property | Type | Description | |
---|---|---|---|
IsOpened | bool | ||
SafeClose | bool | ||
sqlFileServer | string |
Property | Type | Description | |
---|---|---|---|
conversionSubRate | int | ||
conversionSubRateTotal | int | ||
dbcmd | |||
dbcon |
Method | Description | |
---|---|---|
ChangeDjToDJna ( ) : bool | ||
CheckFileServer ( ) : bool | ||
CheckTables ( bool defaultDBLocation ) : bool | ||
Close ( ) : void | ||
Connect ( ) : bool | ||
ConnectBlank ( ) : void | ||
ConnectServer ( ) : void | ||
ConvertFromSqlite2To3 ( ) : bool | ||
ConvertToLastChronojumpDBVersion ( ) : bool | ||
Count ( string tableName, bool dbconOpened ) : int | ||
CountCondition ( string tableName, bool dbconOpened, string condition, string operand, string myValue ) : int | ||
CreateDir ( ) : void | ||
CreateFile ( ) : void | ||
CreateTables ( bool server ) : void | ||
Delete ( bool dbconOpened, string tableName, int uniqueID ) : void | ||
DeleteFromAnInt ( bool dbconOpened, string tableName, string colName, int id ) : void | ||
DeleteFromName ( bool dbconOpened, string tableName, string name ) : void | ||
DeleteSelectingField ( bool dbconOpened, string tableName, string fieldName, string id ) : void | ||
DeleteTempEvents ( string tableName ) : void | ||
DisConnect ( ) : bool | ||
Exists ( bool dbconOpened, string tableName, string findName ) : bool | ||
IsSqlite3 ( ) : bool | ||
Max ( string tableName, string column, bool dbconOpened ) : int | ||
Open ( ) : void | ||
PrintConversionRate ( ) : double | ||
PrintConversionSubRate ( ) : double | ||
PrintConversionText ( ) : string | ||
PrintConversionVersion ( ) : double | ||
PrintCreation ( ) : double | ||
SQLBuildQueryString ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID ) : string | ||
Sqlite ( ) : System | ||
TempDataExists ( string tableName ) : int | ||
Update ( bool dbconOpened, string tableName, string columnName, string searchValue, string newValue, string columnNameCondition2, string searchValueCondition2 ) : void | ||
saveClassState ( ) : void | ||
setSqlFilePath ( string filePath ) : void |
Method | Description | |
---|---|---|
DataReaderToStringArray ( |
||
alterTableColumn ( Sqlite sqliteObject, string tableName, int columns ) : void | ||
closeIfNeeded ( bool dbconOpened ) : void | ||
convertDJInDJna ( ) : void | ||
convertPersonAndPersonSessionTo77 ( ) : void | ||
convertTables ( Sqlite sqliteObject, string tableName, int columnsBefore, ArrayList columnsToAdd, bool putDescriptionInMiddle ) : void | ||
createTable ( ) : void | ||
createTable ( string tableName ) : void | ||
datesToYYYYMMDD ( ) : void | ||
deleteOrphanedPersons ( ) : void | ||
deleteOrphanedPersonsOld ( ) : void | ||
dropTable ( string tableName ) : void | ||
fillIDDoubleList ( string selectStr ) : IDDoubleList, | ||
fillIDNameList ( string selectStr ) : IDNameList, | ||
openIfNeeded ( bool dbconOpened ) : void | ||
selectDouble ( string sqlSelect ) : double |
Method | Description | |
---|---|---|
addChronopicPortNameIfNotExists ( ) : void | ||
sqlite2SelectWorks ( ) : bool | ||
sqlite3SelectWorks ( ) : bool | ||
updateVersion ( string newVersion ) : string |
public static CheckTables ( bool defaultDBLocation ) : bool | ||
defaultDBLocation | bool | |
return | bool |
public static ConvertFromSqlite2To3 ( ) : bool | ||
return | bool |
public static ConvertToLastChronojumpDBVersion ( ) : bool | ||
return | bool |
public static Count ( string tableName, bool dbconOpened ) : int | ||
tableName | string | |
dbconOpened | bool | |
return | int |
public static CountCondition ( string tableName, bool dbconOpened, string condition, string operand, string myValue ) : int | ||
tableName | string | |
dbconOpened | bool | |
condition | string | |
operand | string | |
myValue | string | |
return | int |
public static CreateTables ( bool server ) : void | ||
server | bool | |
return | void |
protected static DataReaderToStringArray ( |
||
reader | ||
columns | int | |
return | string[] |
public static Delete ( bool dbconOpened, string tableName, int uniqueID ) : void | ||
dbconOpened | bool | |
tableName | string | |
uniqueID | int | |
return | void |
public static DeleteFromAnInt ( bool dbconOpened, string tableName, string colName, int id ) : void | ||
dbconOpened | bool | |
tableName | string | |
colName | string | |
id | int | |
return | void |
public static DeleteFromName ( bool dbconOpened, string tableName, string name ) : void | ||
dbconOpened | bool | |
tableName | string | |
name | string | |
return | void |
public static DeleteSelectingField ( bool dbconOpened, string tableName, string fieldName, string id ) : void | ||
dbconOpened | bool | |
tableName | string | |
fieldName | string | |
id | string | |
return | void |
public static DeleteTempEvents ( string tableName ) : void | ||
tableName | string | |
return | void |
public static Exists ( bool dbconOpened, string tableName, string findName ) : bool | ||
dbconOpened | bool | |
tableName | string | |
findName | string | |
return | bool |
public static Max ( string tableName, string column, bool dbconOpened ) : int | ||
tableName | string | |
column | string | |
dbconOpened | bool | |
return | int |
public static PrintConversionRate ( ) : double | ||
return | double |
public static PrintConversionSubRate ( ) : double | ||
return | double |
public static PrintConversionText ( ) : string | ||
return | string |
public static PrintConversionVersion ( ) : double | ||
return | double |
public static SQLBuildQueryString ( string tableName, string test, string variable, int sex, string ageInterval, int countryID, int sportID, int speciallityID, int levelID, int evaluatorID ) : string | ||
tableName | string | |
test | string | |
variable | string | |
sex | int | |
ageInterval | string | |
countryID | int | |
sportID | int | |
speciallityID | int | |
levelID | int | |
evaluatorID | int | |
return | string |
public static TempDataExists ( string tableName ) : int | ||
tableName | string | |
return | int |
public static Update ( bool dbconOpened, string tableName, string columnName, string searchValue, string newValue, string columnNameCondition2, string searchValueCondition2 ) : void | ||
dbconOpened | bool | |
tableName | string | |
columnName | string | |
searchValue | string | |
newValue | string | |
columnNameCondition2 | string | |
searchValueCondition2 | string | |
return | void |
protected static alterTableColumn ( Sqlite sqliteObject, string tableName, int columns ) : void | ||
sqliteObject | Sqlite | |
tableName | string | |
columns | int | |
return | void |
protected static closeIfNeeded ( bool dbconOpened ) : void | ||
dbconOpened | bool | |
return | void |
protected static convertPersonAndPersonSessionTo77 ( ) : void | ||
return | void |
protected static convertTables ( Sqlite sqliteObject, string tableName, int columnsBefore, ArrayList columnsToAdd, bool putDescriptionInMiddle ) : void | ||
sqliteObject | Sqlite | |
tableName | string | |
columnsBefore | int | |
columnsToAdd | ArrayList | |
putDescriptionInMiddle | bool | |
return | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
return | void |
protected static deleteOrphanedPersons ( ) : void | ||
return | void |
protected static deleteOrphanedPersonsOld ( ) : void | ||
return | void |
protected static dropTable ( string tableName ) : void | ||
tableName | string | |
return | void |
protected static fillIDDoubleList ( string selectStr ) : IDDoubleList, | ||
selectStr | string | |
return | IDDoubleList, |
protected static fillIDNameList ( string selectStr ) : IDNameList, | ||
selectStr | string | |
return | IDNameList, |
protected static openIfNeeded ( bool dbconOpened ) : void | ||
dbconOpened | bool | |
return | void |
protected static selectDouble ( string sqlSelect ) : double | ||
sqlSelect | string | |
return | double |
public static setSqlFilePath ( string filePath ) : void | ||
filePath | string | |
return | void |
protected static int conversionSubRateTotal | ||
return | int |
protected static SqliteCommand,Mono.Data.Sqlite dbcmd | ||
return |
protected static SqliteConnection,Mono.Data.Sqlite dbcon | ||
return |