X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fgenerics.lisp;h=cbf2d7eb292d5592a4400facf2e24462fa1ad52b;hb=1619f599a1e37dd30dfe7ab803374f5eed26544a;hp=d1b642aecf2202ebcf595302c926b082b5caa393;hpb=9898f50385419417475b1c07874a16902695cb8b;p=clsql.git diff --git a/sql/generics.lisp b/sql/generics.lisp index d1b642a..cbf2d7e 100644 --- a/sql/generics.lisp +++ b/sql/generics.lisp @@ -16,7 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:clsql-sys) +(in-package #:clsql) (defgeneric update-record-from-slot (object slot &key database) (:documentation @@ -84,11 +84,6 @@ your application needs to take action when a View Class instance has been updated by (select ... :refresh t) then add an INSTANCE-REFRESH method specializing on your subclass of STANDARD-DB-OBJECT.")) -(defgeneric database-null-value (type) - (:documentation - "Return an expression of type TYPE which SQL NULL values will be -converted into.")) - (defgeneric update-slot-with-null (instance slotname slotdef) (:documentation "Called to update a slot when its column has a NULL value. If nulls are allowed for the column, the slot's value will be