Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp141 double ResultSetImpl::GetDouble(int32_t columnIndex, int32_t* rtnCode) in GetDouble()
148 bool ResultSetImpl::GoToRow(int32_t position, int32_t* rtnCode) in GoToRow()
154 bool ResultSetImpl::GoToPreviousRow(int32_t* rtnCode) in GoToPreviousRow()
160 bool ResultSetImpl::GoToLastRow(int32_t* rtnCode) in GoToLastRow()
183 Asset ResultSetImpl::GetAsset(int32_t columnIndex, int32_t* rtnCode) in GetAsset()
214 char* ResultSetImpl::GetString(int32_t columnIndex, int32_t* rtnCode) in GetString()
221 bool ResultSetImpl::GoToFirstRow(int32_t* rtnCode) in GoToFirstRow()
227 int64_t ResultSetImpl::GetLong(int32_t columnIndex, int32_t* rtnCode) in GetLong()
234 bool ResultSetImpl::GoToNextRow(int32_t* rtnCode) in GoToNextRow()
257 bool ResultSetImpl::GoTo(int32_t offset, int32_t* rtnCode) in GoTo()
[all …]
H A Drelational_store_ffi.cpp646 double FfiOHOSRelationalStoreGetDouble(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetDouble()
656 bool FfiOHOSRelationalStoreGoToRow(int64_t id, int32_t position, int32_t* rtnCode) in FfiOHOSRelationalStoreGoToRow()
666 bool FfiOHOSRelationalStoreGoToPreviousRow(int64_t id, int32_t* rtnCode) in FfiOHOSRelationalStoreGoToPreviousRow()
676 bool FfiOHOSRelationalStoreGoToLastRow(int64_t id, int32_t* rtnCode) in FfiOHOSRelationalStoreGoToLastRow()
706 Asset FfiOHOSRelationalStoreGetAsset(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetAsset()
735 char* FfiOHOSRelationalStoreGetString(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetString()
745 bool FfiOHOSRelationalStoreGoToFirstRow(int64_t id, int32_t* rtnCode) in FfiOHOSRelationalStoreGoToFirstRow()
755 int64_t FfiOHOSRelationalStoreGetLong(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetLong()
765 bool FfiOHOSRelationalStoreGoToNextRow(int64_t id, int32_t* rtnCode) in FfiOHOSRelationalStoreGoToNextRow()
775 CArrUI8 FfiOHOSRelationalStoreGetBlob(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetBlob()
[all …]
H A Drelational_store_impl_rdbstore.cpp207 int32_t rtnCode = rdbStore_->CleanDirtyData(tableName, cursor); in CleanDirtyData() local
223 int32_t rtnCode = rdbStore_->BatchInsert(insertNum, tableNameStr, valuesVector); in BatchInsert() local