Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
createTable ( string tableName ) : void |
public static ExistsAndItsNotMe ( int uniqueID, string personName ) : bool | ||
uniqueID | int | |
personName | string | |
Результат | bool |
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 | |
Результат | int |
public static Select ( bool dbconOpened, int uniqueID ) : Person, | ||
dbconOpened | bool | |
uniqueID | int | |
Результат | Person, |
public static Select ( int uniqueID ) : Person, | ||
uniqueID | int | |
Результат | Person, |
public static SelectAllPersonEvents ( int personID ) : ArrayList | ||
personID | int | |
Результат | ArrayList |
public static SelectAllPersons ( ) : ArrayList | ||
Результат | ArrayList |
public static SelectAllPersonsRecuperable ( string sortedBy, int except, int inSession, string searchFilterName ) : ArrayList | ||
sortedBy | string | |
except | int | |
inSession | int | |
searchFilterName | string | |
Результат | ArrayList |
public static SelectAttribute ( int uniqueID, string attribute ) : string | ||
uniqueID | int | |
attribute | string | |
Результат | string |
public static Update ( Person, myPerson ) : void | ||
myPerson | Person, | |
Результат | void |
protected createTable ( string tableName ) : void | ||
tableName | string | |
Результат | void |