Query 12
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
In Query 12 presented in this section, note the following points related to cursor behavior:
<2> The
DataServer uses the cursor to compare schema information and fetch CUSTOMER rows.
<3> The
DataServer uses the cursor to compare schema information. It does
not fetch any column values. Note that because the ORDER_ table
contains a date, the DataServer does not reuse this cursor to fetch
column values.
<4> The cursor is used to perform the join by the SQLDB. It uses a standard cursor for the join. Each row of the join requires 8 bytes of the cache because the join cursor fetches only the unique integer record identifiers.
<5> The
DataServer uses this cursor to fetch ORDER_ rows
by the PROGRESS_RECID column. It cannot use the schema
comparison cursor (<39>) because the DataServer must perform
a TO_CHAR conversion on the date columns.
|
|