C# Class SpellWork.MySQLConnect

Afficher le fichier Open project: Warlord123/spellwork_cs Class Usage Examples

Méthodes publiques

Свойство Type Description
Dropped List
SpellProcEvent List

Private Properties

Свойство Type Description
GetSpellName String

Méthodes publiques

Méthode Description
Insert ( string query ) : void
SelectItems ( ) : List
SelectProc ( string query ) : void
SelectSpellSql ( ) : void
TestConnect ( ) : void

Private Methods

Méthode Description
GetSpellName ( uint id ) : String

Method Details

Insert() public static méthode

public static Insert ( string query ) : void
query string
Résultat void

SelectItems() public static méthode

public static SelectItems ( ) : List
Résultat List

SelectProc() public static méthode

public static SelectProc ( string query ) : void
query string
Résultat void

SelectSpellSql() public static méthode

public static SelectSpellSql ( ) : void
Résultat void

TestConnect() public static méthode

public static TestConnect ( ) : void
Résultat void

Property Details

Dropped public_oe static_oe property

public static List Dropped
Résultat List

SpellProcEvent public_oe static_oe property

public static List SpellProcEvent
Résultat List