id | Initargs::id; Accessors:get-id; Type:integer. |
---|
dao-exists-p | Return a boolean indicating whether the given DAO exists in the database. |
---|---|
delete-dao | Delete the given dao from the database. |
insert-dao | Insert the given DAO into the database. |
save-dao | Save a dao: update it when it already exists, insert it otherwise. |
update-dao | Update the DAO's representation in the database with the values in the given object and return it... |