commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7605 - trunk/gnue-common/src/datasources


From: reinhard
Subject: [gnue] r7605 - trunk/gnue-common/src/datasources
Date: Thu, 16 Jun 2005 17:57:13 -0500 (CDT)

Author: reinhard
Date: 2005-06-16 17:57:12 -0500 (Thu, 16 Jun 2005)
New Revision: 7605

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Updated docstring.


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2005-06-16 22:47:09 UTC 
(rev 7604)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2005-06-16 22:57:12 UTC 
(rev 7605)
@@ -54,6 +54,16 @@
     "requery" option of this datasource is in use.
   - dsCursorMoved (parameters: none) whenever the cursor in the current
     ResultSet is moved, i.e. a different record becomes the current record.
+  - dsRecordLoaded (parameters: record) whenever a record has been loaded from
+    the backend.
+  - dsRecordTouchend (parameters: record) whenever a record is modified for the
+    first time since it was loaded from the backend or last saved.
+  - dsCommitInsert (parameters: record) whenever a record is about to be
+    inserted in the backend due to a commit operation.
+  - dsCommitUpdate (parameters: record) whenever a record is about to be
+    updated in the backend due to a commit operation.
+  - dsCommitDelete (parameters: record) whenever a record is about to be
+    deleted in the backend due to a commit operation.
   """
 
   # 
--------------------------------------------------------------------------- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]