Variable: sql-debug-send
sql-debug-send is a variable defined in sql.el.gz.
Value
nil
Documentation
Display text sent to SQL process pragmatically.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;;; Sending the region to the SQLi buffer.
(defvar sql-debug-send nil
"Display text sent to SQL process pragmatically.")