C# Class SqliteExecuteAuto, chronojump

Inheritance: Sqlite
Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

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

Protected Methods

Method Description
addChronojumpProfileAndBilateral ( ) : void
createTableExecuteAuto ( ) : void

Method Details

Insert() public static method

public static Insert ( bool dbconOpened, ExecuteAutoSQL, eaSQL ) : void
dbconOpened bool
eaSQL ExecuteAutoSQL,
return void

Select() public static method

public static Select ( bool dbconOpened, int uniqueID ) : List
dbconOpened bool
uniqueID int
return List

SqliteExecuteAuto() public method

public SqliteExecuteAuto ( ) : System
return System

addChronojumpProfileAndBilateral() protected static method

protected static addChronojumpProfileAndBilateral ( ) : void
return void

createTableExecuteAuto() protected static method

protected static createTableExecuteAuto ( ) : void
return void