ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBInternals.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBInternals.pas (file contents):
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC vs.
Revision 410 by tony, Thu Jun 22 13:52:39 2023 UTC

# Line 34 | Line 34 | interface
34   uses
35    Classes, SysUtils, DB;
36  
37 + const
38 +  sDBkeyAlias = 'IBX_INTERNAL_DBKEY'; {Special case for TIBTable support}
39 +
40   type
41    TTraceControlFlag = (tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect,
42       tfTransact, tfBlob, tfService, tfMisc, tfDisabled);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines