Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp26 ResultSetImpl::ResultSetImpl(std::shared_ptr<NativeRdb::ResultSet> resultSet) in ResultSetImpl() function in OHOS::Relational::ResultSetImpl
37 CArrStr ResultSetImpl::GetAllColumnNames() in GetAllColumnNames()
65 int32_t ResultSetImpl::GetColumnCount() in GetColumnCount()
75 int32_t ResultSetImpl::GetRowCount() in GetRowCount()
85 int32_t ResultSetImpl::GetRowIndex() in GetRowIndex()
95 bool ResultSetImpl::IsAtFirstRow() in IsAtFirstRow()
105 bool ResultSetImpl::IsAtLastRow() in IsAtLastRow()
115 bool ResultSetImpl::IsEnded() in IsEnded()
126 bool ResultSetImpl::IsStarted() in IsStarted()
136 bool ResultSetImpl::IsClosed() in IsClosed()
[all …]
H A Drelational_store_ffi.cpp553 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetAllColumnNames()
562 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetColumnCount()
572 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetRowCount()
582 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetRowIndex()
592 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsAtFirstRow()
603 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsAtLastRow()
614 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsEnded()
625 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsStarted()
636 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreIsClosed()
648 auto nativeResultSet = FFIData::GetData<ResultSetImpl>(id); in FfiOHOSRelationalStoreGetDouble()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h28 class ResultSetImpl : public OHOS::FFI::FFIData {
35 explicit ResultSetImpl(std::shared_ptr<NativeRdb::ResultSet> resultSet);