r9119: Automated commit for Debian build of clsql upstream-version-2.9.2
[clsql.git] / sql / package.lisp
index 1a17ce631f7f4067e57f7d2baf3b084792efc5f1..6a1150353270240dbbaa5d6c2b16484331df2307 100644 (file)
        #:transaction
        
        ;; Database capabilities
-       #:db-use-column-on-drop-index?
-       
+       #:db-type-use-column-on-drop-index?
+       #:db-backend-has-create/destroy-db?
+       #:db-type-has-views?
+       #:db-type-has-subqueries?
+       #:db-type-has-boolean-where?
+       #:db-type-transaction-capable?
+       #:database-underlying-type
        ))
    (:export
     ;; "Private" exports for use by interface packages
     #:database-list-attributes
     #:database-attribute-type
     #:database-describe-table
+
+    #:db-backend-has-create/destroy-db?
+    #:db-type-has-views?
+    #:db-type-has-subqueries?
+    #:db-type-has-boolean-where?
+    #:db-type-transaction-capable?
+    #:database-underlying-type
    
    .
    ;; Shared exports for re-export by CLSQL.