C# Class MySql.Data.MySqlClient.Tests.StoredProcedure

Inheritance: BaseTest
Show file Open project: Top-Cat/SteamBot

Public Methods

Method Description
StoredProcedure ( ) : System

Private Methods

Method Description
AmbiguousColumns ( ) : void
Bug16788 ( ) : void
Bug20581 ( ) : void
CallingSPWithPrepare ( ) : void
CatalogWithHyphens ( ) : void
ComplexDefinition ( ) : void
DecimalAsParameter ( ) : void
DeriveParameters ( ) : void
ExecuteScalar2 ( ) : void
ExecuteWithCreate ( ) : void
GetProcedureParametersDoesNotRequireSelectFromMySqlProceduresTable ( ) : void
GetSchema ( ) : void
MultipleRecords ( ) : void
MultipleResultsets ( ) : void
MultipleResultsetsImpl ( bool prepare ) : void
MultipleResultsetsPrepared ( ) : void
NoBatch ( ) : void
NoDefaultDatabase ( ) : void
NoInOutMarker ( ) : void
NoSPOnPre50 ( ) : void
NonQuery ( ) : void
OtherProcSigs ( ) : void
ParametersInReverseOrderInternal ( bool isOwner ) : void
ParametersInReverseOrderNotOwner ( ) : void
ParametersInReverseOrderOwner ( ) : void
ParmWithCharacterSet ( ) : void
PreparedReader ( ) : void
ProcEnumParamTest ( ) : void
ProcedureCache ( ) : void
ProcedureCacheMiss ( ) : void
ReturningResultset ( ) : void
SPWithSpaceInParameterType ( ) : void
SpecialCharacters ( ) : void
TurkishStoredProcs ( ) : void
UsingUInt64AsParam ( ) : void
WrongParameters ( ) : void
da_FillError ( object sender, FillErrorEventArgs e ) : void

Method Details

StoredProcedure() public method

public StoredProcedure ( ) : System
return System