harmony 鸿蒙oh_cursor.h

  • 2023-10-30
  • 浏览 (269)

oh_cursor.h

Overview

Provides APIs to access the result set obtained by querying the RDB store.

A result set is a set of results returned by query().

Since

10

Related Modules

RDB

Summary

Structs

Name Description
OH_Cursor Defines a result set.

Types

Name Description
OH_ColumnType Enumerates the field types in an RDB store.
OH_Cursor Indicates a result set.

Enums

Name Description
OH_ColumnType {
TYPE_NULL = 0, TYPE_INT64, TYPE_REAL, TYPE_TEXT,
TYPE_BLOB
}
Enumerates the field types in an RDB store.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞