prepare

The syntax for the prepare statement is:

exec sql [at connection] prepare statement_name from {:host_variable | string};

where:

host_variable or string can contain dynamic parameter markers (“?”), which indicate places in the dynamic query where values will be substituted when the statement executes.