ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/IBHeader.pas
(Generate patch)

Comparing:
ibx/trunk/fbintf/client/2.5/IBHeader.pas (file contents), Revision 56 by tony, Mon Mar 6 10:20:02 2017 UTC vs.
ibx/branches/udr/client/IBHeader.pas (file contents), Revision 375 by tony, Sun Jan 9 23:42:58 2022 UTC

# Line 48 | Line 48 | uses
48  
49  
50   const
51  ISC_TRUE = 1;
52  ISC_FALSE = 0;
51    DSQL_close = 1;
52    DSQL_drop = 2;
53  
# Line 617 | Line 615 | Tisc_interprete = function      (buffer
615                                   status_vector             : PPISC_STATUS): ISC_STATUS;
616                                  {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
617  
618 + Tfb_interpret   = function      (buffer                    : PByte;
619 +                                 buflen                    : integer;
620 +                                 status_vector             : PPISC_STATUS): long;
621 +                                {$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}
622 +
623 +
624   Tisc_open_blob = function       (status_vector             : PISC_STATUS;
625                                   db_handle                 : PISC_DB_HANDLE;
626                                   tran_handle               : PISC_TR_HANDLE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines