Searched defs:rtnCode (Results 1 – 3 of 3) sorted by relevance
| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| D | relational_store_impl_resultsetproxy.cpp | 141 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() 166 char* ResultSetImpl::GetColumnName(int32_t columnIndex, int32_t* rtnCode) in GetColumnName() 176 bool ResultSetImpl::IsColumnNull(int32_t columnIndex, int32_t* rtnCode) in IsColumnNull() 183 Asset ResultSetImpl::GetAsset(int32_t columnIndex, int32_t* rtnCode) in GetAsset() 207 int32_t ResultSetImpl::GetColumnIndex(char* columnName, int32_t* rtnCode) in GetColumnIndex() 214 char* ResultSetImpl::GetString(int32_t columnIndex, int32_t* rtnCode) in GetString() 221 bool ResultSetImpl::GoToFirstRow(int32_t* rtnCode) in GoToFirstRow() [all …]
|
| D | relational_store_ffi.cpp | 646 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() 686 char* FfiOHOSRelationalStoreGetColumnName(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetColumnName() 696 bool FfiOHOSRelationalStoreIsColumnNull(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreIsColumnNull() 706 Asset FfiOHOSRelationalStoreGetAsset(int64_t id, int32_t columnIndex, int32_t* rtnCode) in FfiOHOSRelationalStoreGetAsset() 725 int32_t FfiOHOSRelationalStoreGetColumnIndex(int64_t id, char* columnName, int32_t* rtnCode) in FfiOHOSRelationalStoreGetColumnIndex() 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() [all …]
|
| D | relational_store_impl_rdbstore.cpp | 207 int32_t rtnCode = rdbStore_->CleanDirtyData(tableName, cursor); in CleanDirtyData() local 223 int32_t rtnCode = rdbStore_->BatchInsert(insertNum, tableNameStr, valuesVector); in BatchInsert() local
|