Home
last modified time | relevance | path

Searched refs:TYPE_BIGINT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp162 … ValueObject::TYPE_ASSETS || type == ValueObject::TYPE_ASSET || type == ValueObject::TYPE_BIGINT || in GetBlob()
180 … ValueObject::TYPE_ASSETS || type == ValueObject::TYPE_ASSET || type == ValueObject::TYPE_BIGINT || in GetString()
208 … ValueObject::TYPE_ASSETS || type == ValueObject::TYPE_ASSET || type == ValueObject::TYPE_BIGINT || in GetLong()
225 … ValueObject::TYPE_ASSETS || type == ValueObject::TYPE_ASSET || type == ValueObject::TYPE_BIGINT || in GetDouble()
H A Dsqlite_statement.cpp476 types_[index] = int32_t(ColumnType::TYPE_BIGINT); in GetColumnType()
547 case ColumnType::TYPE_BIGINT: { in GetValueFromBlob()
H A Dvalue_object.cpp380 case TYPE_BIGINT: in operator <()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h49 TYPE_BIGINT enumerator
H A Dvalue_object.h103 TYPE_BIGINT = TYPE_INDEX<BigInt>,
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.h65 TYPE_BIGINT, enumerator
H A Djs_utils.cpp97 { TYPE_BIGINT, "napi_bigint." },