Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/db_operator/src/
H A Dstatement.rs47 const SQLITE_NULL: i32 = 5; const
148 SQLITE_NULL => None, in query_column_auto_type()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp241 } else if (type == SQLITE_NULL) { in FillOneRow()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp58 case SQLITE_NULL: in GetDataValueByType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1120 ASSERT_EQ(sqlite3_column_type(stmt, 0), SQLITE_NULL);
1121 ASSERT_EQ(sqlite3_column_type(stmt, 1), SQLITE_NULL);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp1047 EXPECT_EQ(sqlite3_column_type(stmt, 5), SQLITE_NULL); // 5: column index in __anonf1fa0da12702()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2246 isEmpty = (sqlite3_column_type(stmt, 0) == SQLITE_NULL); in CheckTableEmpty()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp523 ASSERT_EQ(sqlite3_column_type(stmt, 0), SQLITE_NULL); in CheckLocalAssetIsEmpty()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp479 ASSERT_EQ(sqlite3_column_type(stmt, 0), SQLITE_NULL); in CheckFillAssetForTest10()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp392 case SQLITE_NULL: in GetDataValue()