IPrimaryPostgresSPLD.SupportBinaryProtocol

Syntax

SupportBinaryProtocol: Boolean;

Description

The SupportBinaryProtocol property determines whether binary queries will be used to work with server.

Comments

Available values:

NOTE. It is available to use binary queries if PostgreSQL 9.3 and later is used on the DBMS server.

Example

The example of use is given in description of the IPrimaryPostgresSPLD.Database property.

See also:

IPrimaryPostgresSPLD