Database server control functions
The following section describes the library
functions that you can use to control the database server sessions.
| Function name | Description | See |
|---|---|---|
| ifx_getcur_conn_name() | Returns the name of the current connection. | The ifx_getcur_conn_name() function |
| sqgetdbs() | Returns the names of databases that a database server can access. | The sqgetdbs() function |
| sqlbreak() | Sends the database server a request to stop processing. | The sqlbreak() function |
| sqlbreakcallback() | Establishes a timeout interval and a callback function for interrupting an SQL request. | The sqlbreak() function |
| sqldetach() | Detaches a child process from a database server connection. | The sqldetach() function |
| sqldone() | Determines whether the database server is currently processing an SQL request. | The sqldone() function |
| sqlexit() | Terminates a database server connection. | The sqlexit() function |
| sqlsignal() | Performs signal handling and cleanup of child processes. | The sqlsignal() function |
| sqlstart() | Starts a database server connection. | The sqlstart() function |