Function: sql-comint-db2

sql-comint-db2 is a byte-compiled function defined in sql.el.gz.

Signature

(sql-comint-db2 PRODUCT OPTIONS &optional BUF-NAME)

Documentation

Create comint buffer and connect to DB2.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defun sql-comint-db2 (product options &optional buf-name)
  "Create comint buffer and connect to DB2."
  ;; Put all parameters to the program (if defined) in a list and call
  ;; make-comint.
  (sql-comint product options buf-name))