- Timestamp:
- Jul 28, 2014, 6:20:27 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/mysql.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/mysql.py
r35417 r37129 108 108 except: 109 109 print "failed to kill connection: ", connectionID 110 111 def listTables(self): 112 113 sql = "show tables" 114 rs = self.executeQuery(sql) 115 while (rs.next()): 116 tableName = rs.getString(1) 117 print "table: " + tableName 118 rs.close() 110 119 111 120 '''
Note:
See TracChangeset
for help on using the changeset viewer.
