X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=5d460b87c670afe6c52280ed49d164e482a11efb;hb=23b76563b25a517ad20f29d6dc5a65c8b958a042;hp=daea90f55082e0284549a37f7167d918eb0592c7;hpb=db9892632e6eb7869aea7a94c16b523a82de1501;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index daea90f..5d460b8 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -45,7 +45,8 @@ #:database-probe #:database-list #:database-describe-table - + #:database-underlying-type + #:database-list-tables #:database-list-attributes #:database-attribute-type @@ -285,6 +286,13 @@ #: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."))