| Interface | Description |
|---|---|
| EsqlPrepareHandler_n |
The aim of this interface is to to provide an entry point to customize
prepared ESQL statements before they're executed.
Use EsqlPrepareHandler_n instead of EsqlPrepareHandler if your programs are compiled with the -cp option. |
| EsqlSqlcaHandler_n |
The aim of this interface is to provide a way to customize
SQL error codes and messages before they're stored in the SQLCA.
Use EsqlSqlcaHandler_n instead of EsqlSqlcaHandler if your programs are compiled with the -cp option. |