C# Class MySql.Data.MySqlClient.StoredProcedure

Summary description for StoredProcedure.
Inheritance: PreparableStatement
Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Close ( MySqlDataReader reader ) : void
reader MySqlDataReader
return void

GetFlags() public static method

public static GetFlags ( string dtd ) : string
dtd string
return string

Resolve() public method

public Resolve ( bool preparing ) : void
preparing bool
return void

StoredProcedure() public method

public StoredProcedure ( MySqlCommand cmd, string text ) : System
cmd MySqlCommand
text string
return System