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

Inheritance: StoredProcedure
Exibir arquivo Open project: elevate/mysqlconnector-.net

Public Methods

Method Description
Setup ( ) : void

Private Methods

Method Description
CallingStoredProcWithOnlyExecPrivs ( ) : void
CheckNameOfReturnParameter ( ) : void
DeriveParameters ( ) : void
DeriveParametersForFunction ( ) : void
NotSpecifyingDataTypeOfReturnValue ( ) : void
ProcedureParameters ( ) : void
SingleProcedureParameters ( ) : void
UnsignedParametersInSP ( ) : void
UpdateBatchSizeMoreThanOne ( ) : void

Method Details

Setup() public method

public Setup ( ) : void
return void