Versions Compared

Key

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

...

A prepared statement is used to efficiently execute a statement multiple times. The Prepared Statement related functions support database failover, which is useful in a replicated database environment, by receiving multiple database profiles.

All functions without the parameter disableCommit will be auto commit after the function has executed.

If a workflow failure occurs using one database profile a failover process starts to replace that profile with the next available one. If none of the supplied profiles could be used a null value will be returned.

...