| PostgreSQL Tcl Interface Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Fast Forward | Next | |
   pg_exec_prepared submits a command to the
   PostgreSQL server and returns a result.
  
   pg_exec_prepared functions identically to
   pg_exec, except that it operates using
   statements prepared by the PREPARE SQL command.
  
Note that prepared statements are only support under PostgreSQL 7.4 and later.
The handle of the connection on which to execute the command.
The name of the prepared statement to execute.
args consists of zero or more optional values that can be inserted, unquoted, into the SQL statement using $-style substitution.