r9119: Automated commit for Debian build of clsql upstream-version-2.9.2
[clsql.git] / base / package.lisp
index 03d15444f8aa0f26c7a2100e1c95e6e9da41d7f0..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
@@ -58,6 +59,7 @@
      #:database-list-attributes
      #:database-list-sequences
      #:database-list-indexes
+     #:database-list-table-indexes
      #:database-list-views
      
      
         #: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."))