X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fpackage.lisp;h=7f57eabdccbd5ef7e68901ccd83c2309c19488dd;hb=3ec4277531c7c19b1cffade823d3e2e3f928ceb3;hp=e403fb6b7daefc5b89ed9981560260eb75867bcb;hpb=d8cc56b3f55e00fda2afffe8dae7d158bf33e2d8;p=clsql.git diff --git a/base/package.lisp b/base/package.lisp index e403fb6..7f57eab 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -43,8 +43,10 @@ #:database-create #:database-destroy #:database-probe + #:database-list #:database-describe-table - + #:database-underlying-type + #:database-list-tables #:database-list-attributes #:database-attribute-type @@ -57,6 +59,7 @@ #:database-list-attributes #:database-list-sequences #:database-list-indexes + #:database-list-table-indexes #:database-list-views @@ -71,7 +74,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 +115,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* @@ -161,7 +172,9 @@ #:duration-month #:duration-second #:duration-year - #:duration-reduce + #:duration-reduce + #:duration-timestring + #:extract-roman #:format-duration #:format-time #:get-time @@ -183,6 +196,7 @@ #:month-name #:parse-date-time #:parse-timestring + #:parse-yearstring #:print-date #:roll #:roll-to @@ -212,7 +226,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 @@ -241,6 +257,7 @@ #:create-database #:destroy-database #:probe-database + #:list-databases ;; basic-sql.lisp #:query @@ -269,6 +286,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."))