C# Class SqlitePerson, chronojump

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

Méthodes publiques

Méthode Description
ExistsAndItsNotMe ( int uniqueID, string personName ) : bool
Insert ( bool dbconOpened, string uniqueID, string name, string sex, DateTime dateBorn, int race, int countryID, string description, int serverUniqueID ) : int
Select ( bool dbconOpened, int uniqueID ) : Person,
Select ( int uniqueID ) : Person,
SelectAllPersonEvents ( int personID ) : ArrayList
SelectAllPersons ( ) : ArrayList
SelectAllPersonsRecuperable ( string sortedBy, int except, int inSession, string searchFilterName ) : ArrayList
SelectAttribute ( int uniqueID, string attribute ) : string
SqlitePerson ( ) : System
Update ( Person, myPerson ) : void

Méthodes protégées

Méthode Description
createTable ( string tableName ) : void

Method Details

ExistsAndItsNotMe() public static méthode

public static ExistsAndItsNotMe ( int uniqueID, string personName ) : bool
uniqueID int
personName string
Résultat bool

Insert() public static méthode

public static Insert ( bool dbconOpened, string uniqueID, string name, string sex, DateTime dateBorn, int race, int countryID, string description, int serverUniqueID ) : int
dbconOpened bool
uniqueID string
name string
sex string
dateBorn DateTime
race int
countryID int
description string
serverUniqueID int
Résultat int

Select() public static méthode

public static Select ( bool dbconOpened, int uniqueID ) : Person,
dbconOpened bool
uniqueID int
Résultat Person,

Select() public static méthode

public static Select ( int uniqueID ) : Person,
uniqueID int
Résultat Person,

SelectAllPersonEvents() public static méthode

public static SelectAllPersonEvents ( int personID ) : ArrayList
personID int
Résultat ArrayList

SelectAllPersons() public static méthode

public static SelectAllPersons ( ) : ArrayList
Résultat ArrayList

SelectAllPersonsRecuperable() public static méthode

public static SelectAllPersonsRecuperable ( string sortedBy, int except, int inSession, string searchFilterName ) : ArrayList
sortedBy string
except int
inSession int
searchFilterName string
Résultat ArrayList

SelectAttribute() public static méthode

public static SelectAttribute ( int uniqueID, string attribute ) : string
uniqueID int
attribute string
Résultat string

SqlitePerson() public méthode

public SqlitePerson ( ) : System
Résultat System

Update() public static méthode

public static Update ( Person, myPerson ) : void
myPerson Person,
Résultat void

createTable() protected méthode

protected createTable ( string tableName ) : void
tableName string
Résultat void