Variable: sql-contains-names
sql-contains-names is a variable defined in sql.el.gz.
Value
nil
Documentation
When non-nil, the current buffer contains database names.
Globally should be set to nil; it will be non-nil in sql-mode,
sql-interactive-mode and list all buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defvar sql-contains-names nil
"When non-nil, the current buffer contains database names.
Globally should be set to nil; it will be non-nil in `sql-mode',
`sql-interactive-mode' and list all buffers.")