Home
last modified time | relevance | path

Searched refs:GetReal (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dmodify_time_cursor.cpp77 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 Drelational_cursor.h43 virtual int GetReal(int32_t columnIndex, double *value);
61 static int GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value);
H A Dmodify_time_cursor.h34 int GetReal(int32_t columnIndex, double *value) override;
H A Drelational_cursor.cpp111 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