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

Inheritance: BaseTest
Datei anzeigen Open project: Top-Cat/SteamBot

Public Methods

Method Description
NegativeTime ( bool prepared ) : void
PreparedStatements ( ) : System

Private Methods

Method Description
BigIntUnsigned ( ) : void
Blobs ( ) : void
Bug6271 ( ) : void
ClosingCommandsProperly ( ) : void
CompoundStatements ( ) : void
DateAndTimes ( ) : void
DifferentParameterOrder ( ) : void
GetPreparedStatementCount ( ) : int
InsertAccentedCharacters ( ) : void
InsertingUnsignedTinyInt ( ) : void
MoreParametersOutOfOrder ( ) : void
NegativeTimeNonPrepared ( ) : void
NegativeTimePrepared ( ) : void
ParameterLengths ( ) : void
PrepareEmptyString ( ) : void
ReadNegativeTime ( bool prepared ) : void
ResetCommandText ( ) : void
SchemaOnly ( ) : void
Simple ( ) : void
SimplePrepareBeforeParms ( ) : void
SimpleTest ( ) : void
SimpleTest2 ( ) : void
SprocInputOutputParams ( ) : void
SprocOutputParams ( ) : void
UnsignedTinyInt ( ) : void
UnsignedValues ( ) : void
UsingParametersTwice ( ) : void

Method Details

NegativeTime() public method

public NegativeTime ( bool prepared ) : void
prepared bool
return void

PreparedStatements() public method

public PreparedStatements ( ) : System
return System