X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=d78b6ab3457aded7ff73688291bb04563f3fde36;hb=f2a0eb003af406415567c9f8545455ede786db87;hp=0301230f7cbbecc2b6798659939be3689adfea31;hpb=a4097e19c5157e87b9991549bc44f3ef598aeb90;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 0301230..d78b6ab 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 @@ -177,6 +178,7 @@ #:format-duration #:format-time #:get-time + #:utime->time #:interval-clear #:interval-contained #:interval-data @@ -286,8 +288,13 @@ #:transaction ;; Database features specialized by backend - #:db-use-column-on-drop-index? - + #:db-type-use-column-on-drop-index? + #:db-type-has-views? + #:db-type-has-subqueries? + #:db-type-has-boolean-where? + #:db-type-has-fancy-math? + #:db-backend-has-create/destroy-db? + #:db-type-transaction-capable? )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))