84 |
|
function GetReadIdxCount: TStringList; |
85 |
|
function GetReadSeqCount: TStringList; |
86 |
|
function GetUpdateCount: TStringList; |
87 |
< |
function GetOperationCounts(DBInfoCommand: Integer; FOperation: TStringList): TStringList; |
87 |
> |
function GetOperationCounts(DBInfoCommand: Integer; var FOperation: TStringList): TStringList; |
88 |
|
function GetReadOnly: Long; |
89 |
|
function GetStringDatabaseInfo(DatabaseInfoCommand: Integer): String; |
90 |
|
function GetDBSQLDialect: Long; |
331 |
|
result := GetLongDatabaseInfo(isc_info_writes); |
332 |
|
end; |
333 |
|
|
334 |
< |
function TIBDatabaseInfo.GetOperationCounts(DBInfoCommand: Integer; FOperation: TStringList): TStringList; |
334 |
> |
function TIBDatabaseInfo.GetOperationCounts(DBInfoCommand: Integer; |
335 |
> |
var FOperation: TStringList): TStringList; |
336 |
|
var opCounts: TDBOperationCounts; |
337 |
|
i: integer; |
338 |
|
begin |