Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp412 dataTypes.push_back(dataType3); in GenerateAllDataTypeTable()
483 AllDataType dataType3; in BuildAllDataType3() local
486 dataType3.SetDoubleValue(DBL_MIN); in BuildAllDataType3()
487 dataType3.SetBooleanValue(false); in BuildAllDataType3()
488 dataType3.SetFloatValue(FLT_MIN); in BuildAllDataType3()
489 dataType3.SetLongValue(LONG_MIN); in BuildAllDataType3()
491 dataType3.SetCharacterValue(' '); in BuildAllDataType3()
493 dataType3.SetBlobValue(blob); in BuildAllDataType3()
495 dataType3.SetByteValue(INT8_MIN); in BuildAllDataType3()
506 dataType3.SetPrimCharValue(' '); in BuildAllDataType3()
[all …]