Variable: sql-output-newline-count
sql-output-newline-count is a variable defined in sql.el.gz.
Value
0
Documentation
Number of newlines in the input string.
Allows the suppression of continuation prompts.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;;; Input sender for SQLi buffers
(defvar sql-output-newline-count 0
"Number of newlines in the input string.
Allows the suppression of continuation prompts.")