Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This API was added in version 7.15.0

This API is used to return the current value of an IBM i Db2 SQL option set by pjs.setSQLOption().

Return value (string): The option value, if set. Otherwise undefined.

Example

Code Block
const datfmt = pjs.getSQLOption("DATFMT");