Versions Compared

Key

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

This API prepares a statement to execute.

You

...

only need to prepare a statement if you have parameter markers, identified by ? (question mark) symbols, in the SQL. You may use pjs.executeDirect() otherwise

...

.

Parameter
  1. SQL statement string

...