X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=56cdd57a5b9e9416731ecb304e54b4370eeffb3d;hb=f716bb1161cf9e89a96945c4a444244f9d303691;hp=0301230f7cbbecc2b6798659939be3689adfea31;hpb=a4097e19c5157e87b9991549bc44f3ef598aeb90;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 0301230..56cdd57 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 @@ -61,7 +62,6 @@ #:database-list-table-indexes #:database-list-views - ;; Large objects (Marc B) #:database-create-large-object #:database-write-large-object @@ -79,7 +79,10 @@ #:make-process-lock #:with-process-lock #:command-output - + #:symbol-name-default-case + #:convert-to-db-default-case + #:ensure-keyword + ;; Shared exports for re-export by CLSQL-BASE . #1=(#:clsql-condition @@ -143,7 +146,8 @@ #:view-classes #:database-type #:database-state - + #:attribute-cache + ;; utils.lisp #:number-to-sql-string #:float-to-sql-string @@ -177,6 +181,7 @@ #:format-duration #:format-time #:get-time + #:utime->time #:interval-clear #:interval-contained #:interval-data @@ -286,8 +291,14 @@ #: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-type-default-case + #:db-backend-has-create/destroy-db? + #:db-type-transaction-capable? )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))