Click or drag to resize

DynamicQueryEngine Fields

The DynamicQueryEngine type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAlwaysUseRowNumBasedPaging
Flag to signal to always use rownum based paging (true) or let the DQE choose the paging mechanism based on the compatibility (false, default). Only used when compatibility is set to 12c or higher. By default the the DQE will choose in 12c+ mode a FETCH NEXT / OFFSET approach if this flag is set to false.
Top
See Also