/[papo]/gnue/common/src/GDataSource.py
ViewVC logotype

Diff of /gnue/common/src/GDataSource.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by apronotti, Tue Oct 29 18:27:24 2002 UTC revision 1.6 by apronotti, Wed Nov 13 21:33:31 2002 UTC
# Line 75  class GDataSource(GObjects.GObj): Line 75  class GDataSource(GObjects.GObj):
75                                'simpleQuery':{'function':self.triggerSimpleQuery,                                'simpleQuery':{'function':self.triggerSimpleQuery,
76                                               },                                               },
77                                'getRecords':{'function':self.getRecords},                                'getRecords':{'function':self.getRecords},
78                                'getCurrentRecord':{'function':self.getCurrentRecord},                                                              'getCurrentRecord':{'function':self.getCurrentRecord},
79                                  'getTimeStamp':{'function':self.getTimeStamp},
80                                }                                }
81    
82    def __getattr__(self, attr):    def __getattr__(self, attr):
# Line 99  class GDataSource(GObjects.GObj): Line 100  class GDataSource(GObjects.GObj):
100    def getCurrentRecord(self):    def getCurrentRecord(self):
101      return self.getCurrentResultSet().getCurrentRecord()      return self.getCurrentResultSet().getCurrentRecord()
102        
103      def getTimeStamp(self):
104        return self._dataObject.triggerExtensions.getTimeStamp()
105      
106    def triggerSimpleQuery(self,maskDict):    def triggerSimpleQuery(self,maskDict):
107      queryDict = {}      queryDict = {}
108      okToProcess = 1      okToProcess = 1

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26