Replacing Placeholders with Parameters

You can specify any of the following items to replace the question-mark placeholders in a prepared statement before you execute it:
  • A host variable name (if the number and data type of the parameters are known at compile time)
  • A system descriptor that identifies a system descriptor area
  • A descriptor that is a pointer to an sqlda structure

Sections that follow describe each of these options for specifying parameters.