128 |
|
{Interface version information} |
129 |
|
FBIntf_Major = 1; |
130 |
|
FBIntf_Minor = 1; |
131 |
< |
FBIntf_Release = 1; |
132 |
< |
FBIntf_Version = '1.1.1'; |
131 |
> |
FBIntf_Release = 3; |
132 |
> |
FBIntf_Version = '1.1.3'; |
133 |
|
|
134 |
|
{These include files are converted from the 'C' originals in the Firebird API |
135 |
|
and define the various constants used by the API} |
948 |
|
AllowReverseLookup:boolean; out CharSetID: integer); |
949 |
|
end; |
950 |
|
|
951 |
< |
TProtocolAll = (TCP, SPX, NamedPipe, Local, inet, wnet, xnet, unknownProtocol); |
951 |
> |
TProtocolAll = (TCP, SPX, NamedPipe, Local, inet, inet4, inet6, wnet, xnet, unknownProtocol); |
952 |
|
TProtocol = TCP..xnet; |
953 |
|
|
954 |
|
{Service Parameter Block (SPB). |