Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_ffi.cpp378 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreQuery()
382 return nativeResultSet->GetID(); in FfiOHOSRelationalStoreQuery()
401 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreRemoteQuery()
404 return nativeResultSet->GetID(); in FfiOHOSRelationalStoreRemoteQuery()
554 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreGetAllColumnNames()
563 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreGetColumnCount()
573 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreGetRowCount()
583 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreGetRowIndex()
593 if (nativeResultSet == nullptr) { in FfiOHOSRelationalStoreIsAtFirstRow()
722 return nativeResultSet->Close(); in FfiOHOSRelationalStoreClose()
[all …]