Searched refs:COLNAME_DECLTYPE (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 141 #define COLNAME_DECLTYPE 1 macro
|
| H A D | vdbeapi.c | 1369 return columnName(pStmt, N, 0, COLNAME_DECLTYPE); in sqlite3_column_decltype() 1373 return columnName(pStmt, N, 1, COLNAME_DECLTYPE); in sqlite3_column_decltype16()
|
| H A D | select.c | 2035 sqlite3VdbeSetColName(v, i, COLNAME_DECLTYPE, zType, SQLITE_TRANSIENT); in generateColumnTypes()
|