Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c327 int coltype; in _pysqlite_fetch_one_row() local
381 coltype = sqlite3_column_type(self->statement->st, i); in _pysqlite_fetch_one_row() local
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go118 coltype []string member