[libgdamm] Improved documentation of Connection::update_meta_store_table()



commit 978226956296db573d025380d7959abef75a8f76
Author: Armin Burgmeier <armin arbur net>
Date:   Tue Jun 2 19:07:36 2009 +0200

    Improved documentation of Connection::update_meta_store_table()
    
    2009-06-02  Armin Burgmeier  <armin openismus com>
    
    	* libgda/src/connection.hg: Improved the documentation for the
    	schema_name parameter for update_meta_store_table().
---
 ChangeLog                |    5 +++++
 libgda/src/connection.hg |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index edc26f8..dded8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-02  Armin Burgmeier  <armin openismus com>
+
+	* libgda/src/connection.hg: Improved the documentation for the
+	schema_name parameter for update_meta_store_table().
+
 3.99.15:
 
 2009-05-20  Armin Burgmeier  <armin openismus com>
diff --git a/libgda/src/connection.hg b/libgda/src/connection.hg
index d9e6921..3b3c098 100644
--- a/libgda/src/connection.hg
+++ b/libgda/src/connection.hg
@@ -241,7 +241,10 @@ public:
    * for a specific table
    * @param table_name Name of the table where the information is needed
    * @param schema_name Name of the schema @table_name is in, or "" to update
-   * all tables with the given name.
+   * all tables with the given name. As with update_meta_store_table_names(),
+   * specifying a non-empty schema_name speeds up the operation, just not as
+   * significantly as with update_meta_store_table_names() because the
+   * operation itself is already pretty quick.
    * @return <tt>true</tt> if no error occurred.
    */
   bool update_meta_store_table(const Glib::ustring& table_name, const Glib::ustring& schema_name = Glib::ustring());



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]