Function DISCONNECT-POOLED — closes all pooled database connections
Function
disconnect-pooled => t
This function disconnects all database connections that have been placed into the pool by calling connect with :pool T.
(disconnect-pool) => T
Database connections will be closed and entries in the pool are removed.
disconnect |
If during the disconnection attempt an error is detected (e.g. because of network trouble or any other cause), an error of type clsql-error might be signalled.
disconnect-pooled is a CLSQL extension.