Searched refs:coltype (Results 1 – 1 of 1) sorted by relevance
297 int coltype; in _pysqlite_fetch_one_row() local350 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local352 if (coltype == SQLITE_NULL) { in _pysqlite_fetch_one_row()355 } else if (coltype == SQLITE_INTEGER) { in _pysqlite_fetch_one_row()357 } else if (coltype == SQLITE_FLOAT) { in _pysqlite_fetch_one_row()359 } else if (coltype == SQLITE_TEXT) { in _pysqlite_fetch_one_row()