Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstatement.h28 static constexpr int32_t COLUMN_TYPE_INVALID = 0; member in OHOS::NativeRdb::Statement
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp92 types_ = std::vector<int32_t>(columnCount_, COLUMN_TYPE_INVALID); in Prepare()
470 if (types_[index] != COLUMN_TYPE_INVALID) { in GetColumnType()

Completed in 2 milliseconds