Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17020 #define COLNAME_DECLTYPE 1 macro
93016 return columnName(pStmt, N, 0, COLNAME_DECLTYPE);
93020 return columnName(pStmt, N, 1, COLNAME_DECLTYPE);
146953 sqlite3VdbeSetColName(v, i, COLNAME_DECLTYPE, zType, SQLITE_TRANSIENT);