C# Class SqliteOldConvert, chronojump

Inheritance: Sqlite
显示文件 Open project: GNOME/chronojump

Public Methods

Method Description
ConvertAbsolutePathsToRelative ( ) : void
ConvertAbsolutePathsToRelativeDo ( string parentDir, string table, string column ) : void
EncoderSelect098 ( bool dbconOpened, int uniqueID, int personID, int sessionID, string signalOrCurve, bool onlyActive ) : ArrayList
EncoderSelect103 ( bool dbconOpened, int uniqueID, int personID, int sessionID, string signalOrCurve, bool onlyActive ) : ArrayList
FixLostVideoURLAfterEncoderRecalculate ( ) : void
slCMJDivide ( ) : void

Protected Methods

Method Description
createTableEncoder104 ( ) : void
createTableEncoder99 ( ) : void
deleteNegativeRuns ( ) : void

Method Details

ConvertAbsolutePathsToRelative() public static method

public static ConvertAbsolutePathsToRelative ( ) : void
return void

ConvertAbsolutePathsToRelativeDo() public static method

public static ConvertAbsolutePathsToRelativeDo ( string parentDir, string table, string column ) : void
parentDir string
table string
column string
return void

EncoderSelect098() public static method

public static EncoderSelect098 ( bool dbconOpened, int uniqueID, int personID, int sessionID, string signalOrCurve, bool onlyActive ) : ArrayList
dbconOpened bool
uniqueID int
personID int
sessionID int
signalOrCurve string
onlyActive bool
return ArrayList

EncoderSelect103() public static method

public static EncoderSelect103 ( bool dbconOpened, int uniqueID, int personID, int sessionID, string signalOrCurve, bool onlyActive ) : ArrayList
dbconOpened bool
uniqueID int
personID int
sessionID int
signalOrCurve string
onlyActive bool
return ArrayList

FixLostVideoURLAfterEncoderRecalculate() public static method

public static FixLostVideoURLAfterEncoderRecalculate ( ) : void
return void

createTableEncoder104() protected static method

protected static createTableEncoder104 ( ) : void
return void

createTableEncoder99() protected static method

protected static createTableEncoder99 ( ) : void
return void

deleteNegativeRuns() protected static method

protected static deleteNegativeRuns ( ) : void
return void

slCMJDivide() public static method

public static slCMJDivide ( ) : void
return void