Loading...
Select Version
SQL statement | Function |
| Checks a dynamically compilable SQL statement or cursor description and prepares it for execution |
| Executes a statement already prepared with PREPARE |
| Checks a dynamically compilable statement and executes it |
| Creates an SQL descriptor area |
| Reads entries from an SQL descriptor area |
| Updates an SQL descriptor area |
| Releases an SQL descriptor area |
| Provides information on derived columns or input values in a dynamically compiled statement or cursor description |
Table 26: SQL statements for dynamic SQL