Home
last modified time | relevance | path

Searched refs:REMOTE_QUERY_MAX_SQL_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h177 static constexpr uint32_t REMOTE_QUERY_MAX_SQL_LEN = 1000000U; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp783 if (condition.sql.size() > DBConstant::REMOTE_QUERY_MAX_SQL_LEN) { in RemoteQuery()
784 LOGE("remote query sql len is larger than %" PRIu32, DBConstant::REMOTE_QUERY_MAX_SQL_LEN); in RemoteQuery()