X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=base%2Fdb-interface.lisp;h=d257a5fa3342c70616f117e4eefb23dd33c16c98;hb=db9892632e6eb7869aea7a94c16b523a82de1501;hp=7c75dd0fa95dd7305c64ef4daff373e4763dd73e;hpb=09ad7f1b964e6c58de9bd6c52b9b9b8a0ad9273d;p=clsql.git diff --git a/base/db-interface.lisp b/base/db-interface.lisp index 7c75dd0..d257a5f 100644 --- a/base/db-interface.lisp +++ b/base/db-interface.lisp @@ -186,6 +186,9 @@ the given lisp type and parameters.")) (defgeneric database-list-indexes (database &key owner) (:documentation "List all indexes in the DATABASE.")) +(defgeneric database-list-table-indexes (table database &key owner) + (:documentation "List all indexes for a table in the DATABASE.")) + (defgeneric database-list-attributes (table database &key owner) (:documentation "List all attributes in TABLE."))