/[papo]/gnue/common/src/dbdrivers/db2/DBdriver.py
ViewVC logotype

Diff of /gnue/common/src/dbdrivers/db2/DBdriver.py

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

revision 1.2 by charlie, Mon Jul 8 23:06:32 2002 UTC revision 1.3 by styxman, Sat Nov 16 00:19:32 2002 UTC
# Line 231  class DB2_DataObject_Object(DB2_DataObje Line 231  class DB2_DataObject_Object(DB2_DataObje
231    def __init__(self):    def __init__(self):
232      DB2_DataObject.__init__(self)      DB2_DataObject.__init__(self)
233    
234    def _buildQuery(self, conditions={}, qTable = None):    def _buildQuery(self, conditions={}, forDetail = None, sql="", qTable = None):
235      if not qTable:      if not qTable:
236         qTable = self.table         qTable = self.table
237      return DBSIG_DataObject_Object._buildQuery(self, conditions, qTable)      return DBSIG_DataObject_Object._buildQuery(self, conditions, forDetail, sql, qTable)
238    
239    
240  class DB2_DataObject_SQL(DB2_DataObject, \  class DB2_DataObject_SQL(DB2_DataObject, \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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