Hi
How would one find out what the keys are on a dao-class?
I have scratched around in the code and found dao-column-fields, but the equavilant for keys seems to be dao-keys but I cant find a defun for it...I am not even sure it should have a defun.
Regards Phil
Doesn't dao-keys work? There's no defun for it since it's a method. Call it on a class to get the slot names, on an instance to get the slot values.
Best, Marijn
postmodern-devel@common-lisp.net