Variable: semanticdb-current-table
semanticdb-current-table is a buffer-local variable defined in
db.el.gz.
Documentation
For a given buffer, this is the currently active database table.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;;###autoload
(defvar-local semanticdb-current-table nil
"For a given buffer, this is the currently active database table.")