Searched defs:coltype (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_sqlite/ | ||
H A D | cursor.c | 327 int coltype; in _pysqlite_fetch_one_row() local 381 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local |
Completed in 5 milliseconds