C# Class SqliteChronopicRegister, chronojump

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

Méthodes publiques

Méthode Description
Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
SelectAll ( bool dbconOpened ) : List
SqliteChronopicRegister ( ) : System
Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void

Méthodes protégées

Méthode Description
createTableChronopicRegister ( ) : void

Method Details

Delete() public static méthode

public static Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
Résultat void

Insert() public static méthode

public static Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
Résultat void

SelectAll() public static méthode

public static SelectAll ( bool dbconOpened ) : List
dbconOpened bool
Résultat List

SqliteChronopicRegister() public méthode

public SqliteChronopicRegister ( ) : System
Résultat System

Update() public static méthode

public static Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void
dbconOpened bool
crp ChronopicRegisterPort,
newType ChronopicRegisterPort,
Résultat void

createTableChronopicRegister() protected static méthode

protected static createTableChronopicRegister ( ) : void
Résultat void