X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fmetaclasses.lisp;h=7980e325edcf6737aefb3d2f3ec5b7e93a9db9ea;hp=a43c4acd836381ab77f928401c542aa191717e02;hb=d0695ffb828519fade3aa5166236812e6144975b;hpb=e7a214b2445830219022acb5911a3f9303d938bd diff --git a/sql/metaclasses.lisp b/sql/metaclasses.lisp index a43c4ac..7980e32 100644 --- a/sql/metaclasses.lisp +++ b/sql/metaclasses.lisp @@ -52,7 +52,7 @@ :accessor view-class-qualifier :initarg :qualifier :initform nil)) - (:documentation "VIEW-CLASS metaclass.")) + (:documentation "Metaclass for all CLSQL View Classes.")) ;;; Lispworks 4.2 and before requires special processing of extra slot and class options @@ -281,13 +281,13 @@ column definition in the database.") :initarg :db-constraints :initform nil :documentation - "A single constraint or list of constraints for this column") + "A keyword symbol representing a single SQL column constraint or list of such symbols.") (void-value :accessor view-class-slot-void-value :initarg :void-value :initform nil :documentation - "Value to store is the SQL value is NULL. Default is NIL.") + "Value to store if the SQL value is NULL. Default is NIL.") (db-info :accessor view-class-slot-db-info :initarg :db-info