mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
fc12495d0e
1. Never allocate empty statement - always use att->prepare() to create statement interface 2. Separated IStatement into 2 parts - statement itself and resultset. 3. Added stmt->openCursor() (and att->openCursor() for unprepared statements) to create IResultSet. 4. Always use IMessageMetadata (former IParametersMetadata) to pass message fromat info from client, therefore avoiding need in BLR generation in client applications. |
||
---|---|---|
.. | ||
gds_aix.f | ||
gds_codes.ftn | ||
gds_codes.pas | ||
gds_hp.f | ||
gds_sun.f | ||
gds_vms.f | ||
gds.bas | ||
gds.h | ||
gds.hxx | ||
gds.pas | ||
gds.pli | ||
gds.vpas | ||
gdsold.h | ||
ib_util.pas | ||
perf.pas | ||
README.txt |
The files gds_codes.ftn and gds_codes.pas in this directory are generated by the program codes.e They should not be edited directly rather the msg.gdb database should be updated and then these files should be regenerated with the build scripts.