C# Class SqlitePulseType, chronojump

Inheritance: Sqlite
Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Insert ( string myPulse, bool dbconOpened ) : void
SelectAndReturnPulseType ( string typeName ) : PulseType,
SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[]

Protected Methods

Method Description
createTablePulseType ( ) : void
initializeTablePulseType ( ) : void

Method Details

Insert() public static method

public static Insert ( string myPulse, bool dbconOpened ) : void
myPulse string
dbconOpened bool
return void

SelectAndReturnPulseType() public static method

public static SelectAndReturnPulseType ( string typeName ) : PulseType,
typeName string
return PulseType,

SelectPulseTypes() public static method

public static SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[]
allPulsesName string
onlyName bool
return string[]

createTablePulseType() protected static method

protected static createTablePulseType ( ) : void
return void

initializeTablePulseType() protected static method

protected static initializeTablePulseType ( ) : void
return void