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 this flag is false and will make the the DQE choose in 12c+ mode a FETCH NEXT / OFFSET approach.
Public fieldStatic memberAlwaysWrapFieldAliasesInDoubleQuotes
Flag to signal to always wrap aliases in quotes (making them case sensitive) (true), or wrap them only when CaseInsensitiveNames is set to true (false, default). Only set this flag to true if you use Case insensitive names and also aliases which are reserved words, as these aliases are in that case no longer wrapped in double quotes.
Top
See Also