C# Class SqlitePreferences, chronojump

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

Méthodes publiques

Méthode Description
Insert ( string myName, string myValue ) : void
Insert ( string myName, string myValue, SqliteCommand mycmd ) : void
Select ( string myName ) : string
Select ( string myName, bool dbconOpened ) : string
SelectAll ( ) : Preferences,
Update ( string myName, string myValue, bool dbconOpened ) : void

Méthodes protégées

Méthode Description
createTable ( ) : void
initializeTable ( string databaseVersion, bool creatingBlankDatabase ) : void

Method Details

Insert() public static méthode

public static Insert ( string myName, string myValue ) : void
myName string
myValue string
Résultat void

Insert() public static méthode

public static Insert ( string myName, string myValue, SqliteCommand mycmd ) : void
myName string
myValue string
mycmd Mono.Data.Sqlite.SqliteCommand
Résultat void

Select() public static méthode

public static Select ( string myName ) : string
myName string
Résultat string

Select() public static méthode

public static Select ( string myName, bool dbconOpened ) : string
myName string
dbconOpened bool
Résultat string

SelectAll() public static méthode

public static SelectAll ( ) : Preferences,
Résultat Preferences,

Update() public static méthode

public static Update ( string myName, string myValue, bool dbconOpened ) : void
myName string
myValue string
dbconOpened bool
Résultat void

createTable() protected static méthode

protected static createTable ( ) : void
Résultat void

initializeTable() protected static méthode

protected static initializeTable ( string databaseVersion, bool creatingBlankDatabase ) : void
databaseVersion string
creatingBlankDatabase bool
Résultat void