[elephant-devel] Getting list of persistent classes in a store

Ian Eslick eslick at csail.mit.edu
Sat Jun 16 11:34:46 UTC 2007


There isn't anything formally exported, but you can do the following.

(map-btree (lambda (k v) (print k))
            (elephant::controller-class-root *store-controller*))

Ian

On Jun 15, 2007, at 9:36 PM, Joubert Nel wrote:

> Hi all,
>
> How can I determine what persistent class objects exist in a store?
>
>> From the API documentation for persistent classes I notice all the
> functions require passing of a class, but let's say I don't know what
> persistent classes have been stored.
>
> Any suggestions?
>
> Joubert
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel




More information about the elephant-devel mailing list