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

Inheritance: BaseTest
Exibir arquivo Open project: Top-Cat/SteamBot

Protected Properties

Property Type Description
prepare bool

Protected Methods

Method Description
GetConnectionInfo ( ) : string

Private Methods

Method Description
BinaryAndVarBinaryParameters ( ) : void
BitTypeAsOutParameter ( ) : void
CallingFunction ( ) : void
CallingFunctionWithoutReturnParameter ( ) : void
CallingStoredFunctionasProcedure ( ) : void
ExecuteReader ( ) : void
ExecuteScalar ( ) : void
FunctionNoParams ( ) : void
FunctionParams ( ) : void
FunctionWithNewParamHandling ( ) : void
GetSchema2 ( ) : void
InputOutputParameters ( ) : void
NoAccessToProcedureBodies ( ) : void
OutputParameters ( ) : void
OutputParametersWithNewParamHandling ( ) : void
ReturningEmptyResultSet ( ) : void
RunWithoutSelectPrivsThrowException ( ) : void
UnsignedOutputParameters ( ) : void

Method Details

GetConnectionInfo() protected method

protected GetConnectionInfo ( ) : string
return string

Property Details

prepare protected_oe property

protected bool prepare
return bool