Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c308 int coltype; in _pysqlite_fetch_one_row() local
362 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local
364 if (coltype == SQLITE_NULL) { in _pysqlite_fetch_one_row()
367 } else if (coltype == SQLITE_INTEGER) { in _pysqlite_fetch_one_row()
374 } else if (coltype == SQLITE_FLOAT) { in _pysqlite_fetch_one_row()
376 } else if (coltype == SQLITE_TEXT) { in _pysqlite_fetch_one_row()