sql-get-product-feature
sql-get-product-feature is a compiled Lisp function in `sql.el
'.
(sql-get-product-feature PRODUCT FEATURE &optional FALLBACK NOT-INDIRECT)
Lookup FEATURE associated with a SQL PRODUCT.
If the FEATURE is nil for PRODUCT, and FALLBACK is specified,
then the FEATURE associated with the FALLBACK product is
returned.
If the FEATURE is in the list `sql-indirect-features', and the
NOT-INDIRECT parameter is not set, then the value of the symbol
stored in the connect alist is returned.
See `sql-product-alist' for a list of products and supported features.