r9113: intial changes for list-table-indexes
[clsql.git] / base / db-interface.lisp
index 7c75dd0fa95dd7305c64ef4daff373e4763dd73e..d257a5fa3342c70616f117e4eefb23dd33c16c98 100644 (file)
@@ -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."))