Home
last modified time | relevance | path

Searched defs:coltype (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcursor.c234 int coltype; in _pysqlite_fetch_one_row() local
282 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c296 int coltype; in _pysqlite_fetch_one_row() local
349 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local