X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=03d15444f8aa0f26c7a2100e1c95e6e9da41d7f0;hb=a3e1cd20eec3903790c6e8f126345558904488f4;hp=45a2615f10b0e5e7ec6650bfb95ec20fc6d7532a;hpb=26ec2311f78c8cae7f1e9024a5c02e867278b630;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 45a2615..03d1544 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 @@ -71,7 +72,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 +113,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 +255,7 @@ #:create-database #:destroy-database #:probe-database + #:list-databases ;; basic-sql.lisp #:query