Home
last modified time | relevance | path

Searched defs:bindArgsSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp262 …void RdbStoreImpl::ExecuteSql(const char* sql, ValueType* bindArgs, int64_t bindArgsSize, int32_t … in ExecuteSql()
H A Drelational_store_ffi.cpp857 …RelationalStoreExecuteSqlBindArgs(int64_t id, char* sql, ValueType* bindArgs, int64_t bindArgsSize, in FfiOHOSRelationalStoreExecuteSqlBindArgs()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp966 size_t bindArgsSize = row.values_.size(); in Insert() local