Lines Matching refs:DB
114 DB=None variable
186 global DB
195 DB = MySQLdb.connect(passwd=passwd, db=db)
196 if DB == None:
198 ret = checkTables(DB, verbose)
202 global DB
204 if DB == None:
206 if DB == None:
213 c = DB.cursor()
232 global DB
235 if DB == None:
237 if DB == None:
254 c = DB.cursor()
294 global DB
296 if DB == None:
298 if DB == None:
303 c = DB.cursor()
322 global DB
324 if DB == None:
326 if DB == None:
343 c = DB.cursor()
362 global DB
364 if DB == None:
366 if DB == None:
371 c = DB.cursor()
384 global DB
386 if DB == None:
388 if DB == None:
398 c = DB.cursor()
415 global DB
417 if DB == None:
419 if DB == None:
426 c = DB.cursor()