C# Class SqliteEvent, chronojump

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

Public Methods

Method Description
GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened ) : int
GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened, SqliteCommand mycmd ) : int
GraphLinkSelectFileName ( string tableName, string eventName ) : string
SimulatedConvertToNegative ( ) : void
UpdateSimulated ( bool dbconOpened, string tableName, int uniqueID, int simulated ) : void

Protected Methods

Method Description
createGraphLinkTable ( ) : void

Private Methods

Method Description
convertSimulate ( string tableName ) : void

Method Details

GraphLinkInsert() public static method

public static GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened ) : int
tableName string
eventName string
graphFileName string
dbconOpened bool
return int

GraphLinkInsert() public static method

public static GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened, SqliteCommand mycmd ) : int
tableName string
eventName string
graphFileName string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
return int

GraphLinkSelectFileName() public static method

public static GraphLinkSelectFileName ( string tableName, string eventName ) : string
tableName string
eventName string
return string

SimulatedConvertToNegative() public static method

public static SimulatedConvertToNegative ( ) : void
return void

UpdateSimulated() public static method

public static UpdateSimulated ( bool dbconOpened, string tableName, int uniqueID, int simulated ) : void
dbconOpened bool
tableName string
uniqueID int
simulated int
return void

createGraphLinkTable() protected static method

protected static createGraphLinkTable ( ) : void
return void