X-Git-Url: http://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/6de8d30004efc9337b8c40d2ff2d0a76651d23eb..b7657b86f85f575d5776dc6b626b1dc258d1fa47:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 2bca20d..21d2151 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -10,14 +10,22 @@ ;; ROFL stuff here temporarily #:standard-db-access-class - #:make-dao-from-row + #:make-object-from-plist #:described-db-access-class - + #:select-only + #:select + #:insert-into + #:select-objects + #:select-only-n-objects + ;; Descriptions #:find-description + #:description-of #:define-description + #:described-object #:described-class #:with-active-descriptions + #:with-inactive-descriptions ;; Displays #:define-display @@ -32,6 +40,7 @@ #:attributes #:attribute-label #:attribute-function - #:attribute-value)) + #:attribute-value + #:active-attributes))