135 |
|
{Interface version information} |
136 |
|
FBIntf_Major = 1; |
137 |
|
FBIntf_Minor = 1; |
138 |
< |
FBIntf_Release = 5; |
139 |
< |
FBIntf_Version = '1.1.5'; |
138 |
> |
FBIntf_Release = 6; |
139 |
> |
FBIntf_Version = '1.1.6'; |
140 |
|
|
141 |
|
{These include files are converted from the 'C' originals in the Firebird API |
142 |
|
and define the various constants used by the API} |
1168 |
|
function HasRollbackRetaining: boolean; |
1169 |
|
function IsEmbeddedServer: boolean; |
1170 |
|
function GetImplementationVersion: AnsiString; |
1171 |
+ |
function GetClientMajor: integer; |
1172 |
+ |
function GetClientMinor: integer; |
1173 |
|
|
1174 |
|
{Firebird 3 API} |
1175 |
|
function HasMasterIntf: boolean; |