Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h69 static int32_t BindNil(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
81 static constexpr Action ACTIONS[ValueObject::TYPE_MAX] = { BindNil, BindInteger, BindDouble, BindText, BindBool,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp603 int32_t SqliteStatement::BindNil(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindNil() function in OHOS::NativeRdb::SqliteStatement

Completed in 2 milliseconds