Add IMaintainableDatabase for non-OLTP type methods
[lhc/web/wiklou.git] / includes / libs / rdbms / database / IDatabase.php
index 56eb002..19f4dd8 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 /**
- * Basic database interface for live and lazy-loaded DB handles
+ * Basic database interface for live and lazy-loaded relation database handles
  *
  * @note: IDatabase and DBConnRef should be updated to reflect any changes
  * @ingroup Database