C# Class MySql.Data.MySqlClient.StoredProcedure

Summary description for StoredProcedure.
Inheritance: PreparableStatement
Afficher le fichier Open project: elevate/mysqlconnector-.net Class Usage Examples

Méthodes publiques

Méthode Description
Close ( MySqlDataReader reader ) : void
GetFlags ( string dtd ) : string
Resolve ( bool preparing ) : void
StoredProcedure ( MySqlCommand cmd, string text ) : System

Private Methods

Méthode Description
FixProcedureName ( string name ) : string
GetAndFixParameter ( DataRow param, bool realAsFloat, string returnParameter ) : MySqlParameter
GetCacheKey ( string spName ) : string
GetHackedOuputParameters ( ) : MySqlDataReader
GetParameters ( string procName, DataTable &proceduresTable, DataTable &parametersTable ) : void
GetReturnParameter ( ) : string

Method Details

Close() public méthode

public Close ( MySqlDataReader reader ) : void
reader MySqlDataReader
Résultat void

GetFlags() public static méthode

public static GetFlags ( string dtd ) : string
dtd string
Résultat string

Resolve() public méthode

public Resolve ( bool preparing ) : void
preparing bool
Résultat void

StoredProcedure() public méthode

public StoredProcedure ( MySqlCommand cmd, string text ) : System
cmd MySqlCommand
text string
Résultat System