Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_ffi.cpp553 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetAllColumnNames() local
562 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetColumnCount() local
572 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetRowCount() local
582 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetRowIndex() local
592 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsAtFirstRow() local
603 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsAtLastRow() local
614 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsEnded() local
625 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsStarted() local
636 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsClosed() local
648 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetDouble() local
[all …]