Searched refs:GetReal (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | modify_time_cursor.cpp | 77 int ModifyTimeCursor::GetReal(int32_t columnIndex, double *value) in GetReal() function in OHOS::RdbNdk::ModifyTimeCursor 88 return RelationalCursor::GetReal(columnIndex, value); in GetReal()
|
H A D | relational_cursor.h | 43 virtual int GetReal(int32_t columnIndex, double *value); 61 static int GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value);
|
H A D | modify_time_cursor.h | 34 int GetReal(int32_t columnIndex, double *value) override;
|
H A D | relational_cursor.cpp | 111 int RelationalCursor::GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value) in GetReal() function in OHOS::RdbNdk::RelationalCursor 117 return self->GetReal(columnIndex, value); in GetReal() 194 getReal = GetReal; in RelationalCursor() 307 int RelationalCursor::GetReal(int32_t columnIndex, double *value) in GetReal() function in OHOS::RdbNdk::RelationalCursor
|
Completed in 2 milliseconds