Class PgCopyData.

Inherits PgClientMessage

C: One row of data, formatted according to what the server expects (as described by the CopyInResponse).

PgCopyData::PgCopyData( const Query * q )

Creates a new CopyData message for the Query q.

void PgCopyData::encodeBinary()

Encodes the default binary-format CopyData message.

void PgCopyData::encodeText()

Encodes a text-format CopyData message.

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.