connection_identifier | Can either be a character-string constant or a single host variable identifier. The host variable must be defined in the application program according to the host language rules, and its value must be a character string. The maximum length is 32 characters. |
DISCONNECT/DISCONNECT CURRENT | Terminate current SQL session. The previous syntax of the DISCONNECT statement is still supported and is represented as the DISCONNECT CURRENT statement. |
DISCONNECT ALL | Terminates all SQL sessions. A DISCONNECT ALL statement is performed automatically by the exit handler of CONNX Embedded SQL when terminating an application. |
DISCONNECT DEFAULT | Terminates the SQL session with the default CONNX Embedded SQL. |
DISCONNECT connection specifier | Terminates the SQL session with the server specified by the connection identifier. |