Next Prev Up Top Contents Index

status

Function
Summary

Returns status information for the connected databases and initialized database types.

Package

sql

Signature

status &optional full =>

Arguments

full

A boolean.

Values

None.

Description

The function status prints status information to the standard output, for the connected databases and initialized database types. The argument full is nil by default, but if it is set to t , more detailed status information is returned.

See also

connect
connected-databases
database-name
disconnect
find-database


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index