X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=f196f5bd7ce46ec0d33683cffd834082ad033b22;hb=21ae7203d719886a1f044992e463d5f463727ac0;hp=20555d6e28dd82bf1d77df89a5ec0429c844dfba;hpb=3ac9e8d4881eebebe5cfbbf786d5268997046519;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index 20555d6..f196f5b 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -114,8 +114,8 @@ #:database-query-result-set #:database-dump-result-set #:database-store-next-row - #:database-get-type-specifier #:database-list-tables + #:database-list-tables-and-sequences #:database-table-exists-p #:database-list-views #:database-view-exists-p @@ -145,6 +145,9 @@ #:db-type-default-case #:db-type-use-column-on-drop-index? #:database-underlying-type + #:database-get-type-specifier + #:read-sql-value + #:database-output-sql-as-type ;; Large objects #:database-create-large-object @@ -169,8 +172,7 @@ #:database-type #:database-state #:attribute-cache - - + ;; utils.lisp #:without-interrupts #:make-process-lock @@ -195,6 +197,10 @@ #:float-to-sql-string #:sql-escape-quotes #:in + + ;; Generic backends + #:generic-postgresql-database + #:generic-odbc-database . ;; Shared exports for re-export by CLSQL package. @@ -295,10 +301,6 @@ #:bigint ;;OODML #:*db-auto-sync* ; objects xx - #:read-sql-value ; objects x - #:database-output-sql-as-type ; objects x - #:database-get-type-specifier ; objects x - #:database-output-sql ; sql/class xx ;; conditions #:clsql-condition