C# Class SqliteEvent, chronojump

Inheritance: Sqlite
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
createGraphLinkTable ( ) : void

Private Methods

Méthode Description
convertSimulate ( string tableName ) : void

Method Details

GraphLinkInsert() public static méthode

public static GraphLinkInsert ( string tableName, string eventName, string graphFileName, bool dbconOpened ) : int
tableName string
eventName string
graphFileName string
dbconOpened bool
Résultat int

GraphLinkInsert() public static méthode

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
Résultat int

GraphLinkSelectFileName() public static méthode

public static GraphLinkSelectFileName ( string tableName, string eventName ) : string
tableName string
eventName string
Résultat string

SimulatedConvertToNegative() public static méthode

public static SimulatedConvertToNegative ( ) : void
Résultat void

UpdateSimulated() public static méthode

public static UpdateSimulated ( bool dbconOpened, string tableName, int uniqueID, int simulated ) : void
dbconOpened bool
tableName string
uniqueID int
simulated int
Résultat void

createGraphLinkTable() protected static méthode

protected static createGraphLinkTable ( ) : void
Résultat void