135 |
|
{Interface version information} |
136 |
|
FBIntf_Major = 1; |
137 |
|
FBIntf_Minor = 3; |
138 |
< |
FBIntf_Release = 1; |
139 |
< |
FBIntf_Version = '1.3.1'; |
138 |
> |
FBIntf_Release = 2; |
139 |
> |
FBIntf_Version = '1.3.2'; |
140 |
|
|
141 |
|
const |
142 |
|
{DPB, TPB and SPB Parameter Block Name Prefixes} |
796 |
|
function GetBatchCompletion: IBatchCompletion; |
797 |
|
function GetBatchRowLimit: integer; |
798 |
|
procedure SetBatchRowLimit(aLimit: integer); |
799 |
+ |
{Stale Reference Check} |
800 |
+ |
procedure SetStaleReferenceChecks(Enable:boolean); {default true} |
801 |
+ |
function GetStaleReferenceChecks: boolean; |
802 |
|
|
803 |
|
property MetaData: IMetaData read GetMetaData; |
804 |
|
property SQLParams: ISQLParams read GetSQLParams; |