sqlite3_column_decltype  184 sql/statement.cc   std::string column_type(sqlite3_column_decltype(ref_->stmt(), col));
sqlite3_column_decltype 3624 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt*,int);
sqlite3_column_decltype 87041 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_column_decltype,
sqlite3_column_decltype 3081 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt*,int);
sqlite3_column_decltype  157 third_party/sqlite/src/src/loadext.c   sqlite3_column_decltype,
sqlite3_column_decltype 5615 third_party/sqlite/src/src/test1.c      { "sqlite3_column_decltype",test_stmt_utf8,(void*)sqlite3_column_decltype},