Drops a connection with the database.
DISCONNECT [ { connection-name | CURRENT | ALL } ]
EXEC SQL DISCONNECT :conn_name
DISCONNECT ALL
The DISCONNECT statement drops a connection with the database server and releases all resources used by it. If the connection to be dropped was named on the CONNECT statement, then the name can be specified.
An implicit ROLLBACK is executed on connections that are dropped.