Home
last modified time | relevance | path

Searched refs:decl (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp474 const char *decl = sqlite3_column_decltype(stmt_, index); in GetColumnType() local
475 if (decl == nullptr) { in GetColumnType()
480 auto declType = SqliteUtils::StrToUpper(std::string(decl)); in GetColumnType()

Completed in 3 milliseconds