r9119: Automated commit for Debian build of clsql upstream-version-2.9.2
[clsql.git] / base / package.lisp
index daea90f55082e0284549a37f7167d918eb0592c7..5d460b87c670afe6c52280ed49d164e482a11efb 100644 (file)
@@ -45,7 +45,8 @@
      #:database-probe
      #:database-list
      #:database-describe-table
-     
+     #:database-underlying-type
+
      #:database-list-tables
      #:database-list-attributes
      #:database-attribute-type
         #:transaction-level
         #:transaction
 
+        ;; Database features specialized by backend
+        #:db-type-use-column-on-drop-index?
+        #:db-type-has-views?
+        #:db-type-has-subqueries?
+        #:db-type-has-boolean-where?
+        #:db-backend-has-create/destroy-db?
+        #:db-type-transaction-capable?
         ))
     (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))