SupportBinaryProtocol: Boolean;
The SupportBinaryProtocol property determines whether binary queries will be used to work with server.
Available values:
True. Binary queries are used to work with the server. The use of binary queries allows for minimizing traffic volume, which is required to send queries and get data from the server.
False. Default value. Text queries are used to work with the server.
NOTE. It is available to use binary queries if PostgreSQL 9.3 and later is used on the DBMS server.
The example of use is given in description of the IPrimaryPostgresSPLD.Database property.
See also: