X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=0301230f7cbbecc2b6798659939be3689adfea31;hb=a4097e19c5157e87b9991549bc44f3ef598aeb90;hp=45a2615f10b0e5e7ec6650bfb95ec20fc6d7532a;hpb=26ec2311f78c8cae7f1e9024a5c02e867278b630;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 45a2615..0301230 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -43,6 +43,7 @@ #:database-create #:database-destroy #:database-probe + #:database-list #:database-describe-table #:database-list-tables @@ -57,6 +58,7 @@ #:database-list-attributes #:database-list-sequences #:database-list-indexes + #:database-list-table-indexes #:database-list-views @@ -71,7 +73,13 @@ #:with-process-lock #:connection-spec #:ensure-keyword - + + ;; utils.lisp + #:without-interrupts + #:make-process-lock + #:with-process-lock + #:command-output + ;; Shared exports for re-export by CLSQL-BASE . #1=(#:clsql-condition @@ -106,7 +114,9 @@ #:clsql-closed-error-database #:clsql-sql-syntax-error #:clsql-type-error - + #:clsql-odbc-error + #:clsql-odbc-error-message + #:*loaded-database-types* #:reload-database-types #:*default-database-type* @@ -246,6 +256,7 @@ #:create-database #:destroy-database #:probe-database + #:list-databases ;; basic-sql.lisp #:query @@ -274,6 +285,9 @@ #:transaction-level #:transaction + ;; Database features specialized by backend + #:db-use-column-on-drop-index? + )) (:documentation "This is the INTERNAL SQL-Interface package of CLSQL-BASE."))