Query 13
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In Query 13 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 DataServer uses a lookahead cursor to select fields in the field list in addition to those required by the client.
<5> The
lookahead cursor selects fields from the ORDER_ table
that correspond to a particular CUSTOMER row (WHERE CUST_NUM = :1).
|
|