|
enum | Type {
FIELD_TYPE_NULL = 0x00000000
, FIELD_TYPE_INTEGER = 0x00000001
, FIELD_TYPE_FLOAT = 0x00000002
, FIELD_TYPE_STRING = 0x00000003
,
FIELD_TYPE_BLOB = 0x00000004
, FIELD_TYPE_NULL = 0x00000000
, FIELD_TYPE_INTEGER = 0x00000001
, FIELD_TYPE_FLOAT = 0x00000002
,
FIELD_TYPE_STRING = 0x00000003
, FIELD_TYPE_BLOB = 0x00000004
} |
enum | Type {
FIELD_TYPE_NULL = 0x00000000
, FIELD_TYPE_INTEGER = 0x00000001
, FIELD_TYPE_FLOAT = 0x00000002
, FIELD_TYPE_STRING = 0x00000003
,
FIELD_TYPE_BLOB = 0x00000004
, FIELD_TYPE_NULL = 0x00000000
, FIELD_TYPE_INTEGER = 0x00000001
, FIELD_TYPE_FLOAT = 0x00000002
,
FIELD_TYPE_STRING = 0x00000003
, FIELD_TYPE_BLOB = 0x00000004
} |
|
static std::unique_ptr< Cursor > | queryUri (const QJniObject &uri, const QStringList &projection={}, const QString &selection={}, const QStringList &selectionArgs={}, const QString &sortOrder={}) |
static QVariant | queryColumn (const QJniObject &uri, const QString &column) |
static std::unique_ptr< Cursor > | queryUri (const QJniObject &uri, const QStringList &projection={}, const QString &selection={}, const QStringList &selectionArgs={}, const QString &sortOrder={}) |
static QVariant | queryColumn (const QJniObject &uri, const QString &column) |
◆ Type [1/2]
Enumerator |
---|
FIELD_TYPE_NULL | |
FIELD_TYPE_INTEGER | |
FIELD_TYPE_FLOAT | |
FIELD_TYPE_STRING | |
FIELD_TYPE_BLOB | |
FIELD_TYPE_NULL | |
FIELD_TYPE_INTEGER | |
FIELD_TYPE_FLOAT | |
FIELD_TYPE_STRING | |
FIELD_TYPE_BLOB | |
Definition at line 340 of file androidcontentfileengine.cpp.
◆ Type [2/2]
Enumerator |
---|
FIELD_TYPE_NULL | |
FIELD_TYPE_INTEGER | |
FIELD_TYPE_FLOAT | |
FIELD_TYPE_STRING | |
FIELD_TYPE_BLOB | |
FIELD_TYPE_NULL | |
FIELD_TYPE_INTEGER | |
FIELD_TYPE_FLOAT | |
FIELD_TYPE_STRING | |
FIELD_TYPE_BLOB | |
Definition at line 340 of file androidcontentfileengine.cpp.
◆ Cursor() [1/2]
◆ ~Cursor() [1/2]
◆ Cursor() [2/2]
◆ ~Cursor() [2/2]
◆ columnCount() [1/2]
int Cursor::columnCount |
( |
| ) |
const |
|
inline |
◆ columnCount() [2/2]
int Cursor::columnCount |
( |
| ) |
const |
|
inline |
◆ data() [1/2]
QVariant Cursor::data |
( |
int | columnIndex | ) |
const |
|
inline |
◆ data() [2/2]
QVariant Cursor::data |
( |
int | columnIndex | ) |
const |
|
inline |
◆ isFirst() [1/2]
bool Cursor::isFirst |
( |
| ) |
const |
|
inline |
◆ isFirst() [2/2]
bool Cursor::isFirst |
( |
| ) |
const |
|
inline |
◆ isLast() [1/2]
bool Cursor::isLast |
( |
| ) |
const |
|
inline |
◆ isLast() [2/2]
bool Cursor::isLast |
( |
| ) |
const |
|
inline |
◆ isNull() [1/2]
bool Cursor::isNull |
( |
int | columnIndex | ) |
const |
|
inline |
◆ isNull() [2/2]
bool Cursor::isNull |
( |
int | columnIndex | ) |
const |
|
inline |
◆ moveToFirst() [1/2]
bool Cursor::moveToFirst |
( |
| ) |
|
|
inline |
◆ moveToFirst() [2/2]
bool Cursor::moveToFirst |
( |
| ) |
|
|
inline |
◆ moveToLast() [1/2]
bool Cursor::moveToLast |
( |
| ) |
|
|
inline |
◆ moveToLast() [2/2]
bool Cursor::moveToLast |
( |
| ) |
|
|
inline |
◆ moveToNext() [1/2]
bool Cursor::moveToNext |
( |
| ) |
|
|
inline |
◆ moveToNext() [2/2]
bool Cursor::moveToNext |
( |
| ) |
|
|
inline |
◆ queryColumn() [1/2]
◆ queryColumn() [2/2]
◆ queryUri() [1/2]
◆ queryUri() [2/2]
◆ row() [1/2]
int Cursor::row |
( |
| ) |
const |
|
inline |
◆ row() [2/2]
int Cursor::row |
( |
| ) |
const |
|
inline |
◆ rowCount() [1/2]
int Cursor::rowCount |
( |
| ) |
const |
|
inline |
◆ rowCount() [2/2]
int Cursor::rowCount |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: