X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=03d15444f8aa0f26c7a2100e1c95e6e9da41d7f0;hb=a3e1cd20eec3903790c6e8f126345558904488f4;hp=5eadf6583a26180bb5bf16a1c40ad2c81254b2fd;hpb=faa5d9f559b59cc2bd328e95352b4b8152ea352c;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index 5eadf65..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* @@ -215,7 +224,9 @@ #:wall-time #:wall-timestring #:week-containing - + #:gregorian-to-mjd + #:mjd-to-gregorian + x ;; recording.lisp -- SQL I/O Recording #:record-sql-action #:add-sql-stream ; recording xx @@ -244,6 +255,7 @@ #:create-database #:destroy-database #:probe-database + #:list-databases ;; basic-sql.lisp #:query