Return whether or not the optimizer is considering a covering index
scan on this AccessPath.
boolean Whether or not the optimizer chose a coveringindex scan.
Return whether or not the optimizer is considering a non-matching
index scan on this AccessPath. We expect to call this during
generation, after access path selection is complete.
boolean Whether or not the optimizer is consideringa non-matching index scan.
Sets the "name" of the access path. if the access path represents an
index then set the name to the name of the index. if it is an index
created for a constraint, use the constraint name. This is called only
for base tables.
Parameters: td - TableDescriptor of the base table. Parameters: dd - Datadictionary. exception: StandardException - on error.