Method |
Description |
|
Clear ( ) : void |
|
|
DirectWrite ( byte buffer, int offset, int count ) : void |
|
|
DirectWriteAsyncWithSyncContext ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task |
This is a hack, see explanation in NpgsqlCommand.Send. |
|
Flush ( ) : void |
|
|
FlushAsyncWithSyncContext ( CancellationToken cancellationToken ) : Task |
This is a hack, see explanation in NpgsqlCommand.Send. |
|
ResetTotalBytesFlushed ( ) : void |
|
|
WriteBuffer ( [ connector, Stream stream, int size, Encoding textEncoding ) : System |
|
|
WriteChars ( char chars, int len ) : void |
|
|
WriteString ( string s, int len ) : void |
|
|
WriteStringChunked ( char chars, int charIndex, int charCount, bool flush, int &charsUsed, bool &completed ) : void |
|
|
WriteUInt32 ( uint i ) : void |
|
|