Lines Matching defs:row
13 row = cur.fetchone()
14 print(today, "=>", row[0], type(row[0]))
15 print(now, "=>", row[1], type(row[1]))
18 row = cur.fetchone()
19 print("current_date", row[0], type(row[0]))
20 print("current_timestamp", row[1], type(row[1]))