Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h70 static int32_t BindInteger(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.cpp608 int32_t SqliteStatement::BindInteger(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindInteger() function in OHOS::NativeRdb::SqliteStatement

Completed in 2 milliseconds