C# Class SqliteExecuteAuto, chronojump

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

Méthodes publiques

Méthode Description
Insert ( bool dbconOpened, ExecuteAutoSQL, eaSQL ) : void
Select ( bool dbconOpened, int uniqueID ) : List
SqliteExecuteAuto ( ) : System

Méthodes protégées

Méthode Description
addChronojumpProfileAndBilateral ( ) : void
createTableExecuteAuto ( ) : void

Method Details

Insert() public static méthode

public static Insert ( bool dbconOpened, ExecuteAutoSQL, eaSQL ) : void
dbconOpened bool
eaSQL ExecuteAutoSQL,
Résultat void

Select() public static méthode

public static Select ( bool dbconOpened, int uniqueID ) : List
dbconOpened bool
uniqueID int
Résultat List

SqliteExecuteAuto() public méthode

public SqliteExecuteAuto ( ) : System
Résultat System

addChronojumpProfileAndBilateral() protected static méthode

protected static addChronojumpProfileAndBilateral ( ) : void
Résultat void

createTableExecuteAuto() protected static méthode

protected static createTableExecuteAuto ( ) : void
Résultat void