X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpackage.lisp;h=0d6d375e1eaf28c2560bf6bb7f15029207b28360;hp=5f8cc4e4b66e9139087fd37bb4ae5b34293621e0;hb=a050eddab954ab3045d8427cf0c5563142266833;hpb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75 diff --git a/sql/package.lisp b/sql/package.lisp index 5f8cc4e..0d6d375 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -261,9 +261,6 @@ #:sql-stream #:start-sql-recording #:stop-sql-recording - ;; CLSQL Extensions - #:record-sql-command - #:record-sql-result ;; FDDL (fddl.lisp) #:create-table @@ -273,7 +270,6 @@ #:list-attributes #:attribute-type #:list-attribute-types - #:*cache-table-queries-default* #:create-view #:drop-view #:create-index @@ -318,20 +314,13 @@ #:commit #:rollback ;; CLSQL Extensions - #:commit-transaction - #:rollback-transaction #:add-transaction-commit-hook #:add-transaction-rollback-hook #:start-transaction #:in-transaction-p - #:database-start-transaction - #:database-abort-transaction - #:database-commit-transaction - #:transaction-level - #:transaction #:set-autocommit - ;; OODDL (ooddl.lisp) + ;; OODDL (ooddl.lisp) #:standard-db-object #:def-view-class #:create-view-from-class @@ -342,6 +331,7 @@ #:view-table #:bigint #:varchar + #:generalized-boolean #:*default-varchar-length* ;; OODML (oodml.lisp) @@ -389,8 +379,8 @@ #:sql-and #:sql-or #:sql-in - #:sql-concat #:sql-substr + #:sql-concat-op #:sql-= #:sql-< #:sql-> @@ -407,7 +397,10 @@ #:sql-distinct #:sql-nvl #:sql-slot-value + #:sql-userenv ;; CLSQL Extensions + #:sql-concat + #:sql-substring #:sql-limit #:sql-group-by #:sql-having