Name

Function DISCONNECT-POOLED — closes all pooled database connections

Function

Syntax

disconnect-pooled => t

Examples

(disconnect-pool)
=> T
	

Side Effects

Database connections will be closed and entries in the pool are removed.

Affected by

disconnect

Exceptional Situations

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.

Notes

disconnect-pooled is a CLSQL extension.