SupportBinaryProtocol: Boolean;
SupportBinaryProtocol: Boolean;
The SupportBinaryProtocol property determines whether binary queries will be used to work with server.
Available values:
True. Queries transformed into binary type are used to work with the server. The use of binary queries enables minimizing traffic volume which 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 higher is used on the DBMS server.
The example of use is given in description of the IPrimaryPostgresSPLD.Database property.
See also: