C# Class SqlitePulseType, chronojump

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
createTablePulseType ( ) : void
initializeTablePulseType ( ) : void

Method Details

Insert() public static méthode

public static Insert ( string myPulse, bool dbconOpened ) : void
myPulse string
dbconOpened bool
Résultat void

SelectAndReturnPulseType() public static méthode

public static SelectAndReturnPulseType ( string typeName ) : PulseType,
typeName string
Résultat PulseType,

SelectPulseTypes() public static méthode

public static SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[]
allPulsesName string
onlyName bool
Résultat string[]

createTablePulseType() protected static méthode

protected static createTablePulseType ( ) : void
Résultat void

initializeTablePulseType() protected static méthode

protected static initializeTablePulseType ( ) : void
Résultat void