C# Class Npgsql.Tests.CommandTests

Inheritance: TestBase
显示文件 Open project: npgsql/npgsql

Private Methods

Method Description
BadConnection ( ) : void
Bug1010788UpdateRowSource ( ) : void
Cancel ( ) : void
CancelCrossCommand ( ) : void
CaseSensitiveParameterNames ( ) : void
CloseConnection ( ) : void
CloseConnectionWithException ( ) : void
CloseConnectionWithOpenReaderWithCloseConnection ( ) : void
CreateCommandBeforeConnectionOpen ( ) : void
CursorMoveRecordsAffected ( ) : void
CursorStatement ( ) : void
Dispose ( ) : void
DisposeCommandDoesNotCloseReader ( ) : void
DisposePreparedAfterCommandClose ( ) : void
DoublePrepare ( ) : void
DoublePrepare2 ( ) : void
EmptyQuery ( ) : void
ExecuteScalar ( ) : void
InputAndOutputParameters ( ) : void
InvalidUTF8 ( ) : void
ManyParameters ( ) : void
MultipleCommands ( bool queries ) : void
MultipleCommandsLargeFirstCommand ( ) : void
MultipleCommandsSingleRow ( [ prepare ) : void
MultipleCommandsWithDependencies ( ) : void
MultipleCommandsWithParameters ( [ prepare ) : void
NoNameParameterAdd ( ) : void
ParameterAndOperatorUnclear ( ) : void
ParameterNameWithSpace ( ) : void
ParameterUnset ( ) : void
ParametersGetName ( ) : void
Prepare ( ) : void
PrepareRequiresParamTypesSet ( ) : void
PreparedAcrossCloseOpen ( ) : void
PreparedDisposeWithOpenReader ( ) : void
PreparedStatementWithParameters ( ) : void
SameParamMultipleTimes ( ) : void
SendUnknown ( [ prepare ) : void
SingleRow ( [ prepare ) : void
StatementMappedOutputParameters ( ) : void
Statements ( ) : void
StringEscapeSyntax ( ) : void
TableDirect ( ) : void
TestBug1006158OutputParameters ( ) : void
TestErrorInPreparedStatementCausesReleaseConnectionToThrowException ( ) : void
Timeout ( ) : void
TimeoutFromConnectionString ( ) : void
TimeoutSwitchConnection ( ) : void
TooManyParameters ( ) : void
UseAcrossConnectionChange ( [ prepare ) : void