public interface Cursor extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
FIELD_TYPE_BLOB |
static int |
FIELD_TYPE_FLOAT |
static int |
FIELD_TYPE_INTEGER |
static int |
FIELD_TYPE_NULL |
static int |
FIELD_TYPE_STRING |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
copyStringToBuffer(int paramInt,
CharArrayBuffer paramCharArrayBuffer) |
void |
deactivate()
Deprecated.
|
byte[] |
getBlob(int paramInt) |
int |
getColumnCount() |
int |
getColumnIndex(String paramString) |
int |
getColumnIndexOrThrow(String paramString) |
String |
getColumnName(int paramInt) |
String[] |
getColumnNames() |
int |
getCount() |
double |
getDouble(int paramInt) |
Bundle |
getExtras() |
float |
getFloat(int paramInt) |
int |
getInt(int paramInt) |
long |
getLong(int paramInt) |
Uri |
getNotificationUri() |
int |
getPosition() |
short |
getShort(int paramInt) |
String |
getString(int paramInt) |
int |
getType(int paramInt) |
boolean |
getWantsAllOnMoveCalls() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isNull(int paramInt) |
boolean |
move(int paramInt) |
boolean |
moveToFirst() |
boolean |
moveToLast() |
boolean |
moveToNext() |
boolean |
moveToPosition(int paramInt) |
boolean |
moveToPrevious() |
boolean |
requery()
Deprecated.
|
Bundle |
respond(Bundle paramBundle) |
void |
setExtras(Bundle paramBundle) |
void |
setNotificationUri(ContentResolver paramContentResolver,
Uri paramUri) |
static final int FIELD_TYPE_BLOB
static final int FIELD_TYPE_FLOAT
static final int FIELD_TYPE_INTEGER
static final int FIELD_TYPE_NULL
static final int FIELD_TYPE_STRING
int getCount()
int getPosition()
boolean move(int paramInt)
boolean moveToPosition(int paramInt)
boolean moveToFirst()
boolean moveToLast()
boolean moveToNext()
boolean moveToPrevious()
boolean isFirst()
boolean isLast()
boolean isBeforeFirst()
boolean isAfterLast()
int getColumnIndex(String paramString)
int getColumnIndexOrThrow(String paramString) throws IllegalArgumentException
IllegalArgumentExceptionString getColumnName(int paramInt)
String[] getColumnNames()
int getColumnCount()
byte[] getBlob(int paramInt)
String getString(int paramInt)
void copyStringToBuffer(int paramInt,
CharArrayBuffer paramCharArrayBuffer)
short getShort(int paramInt)
int getInt(int paramInt)
long getLong(int paramInt)
float getFloat(int paramInt)
double getDouble(int paramInt)
int getType(int paramInt)
boolean isNull(int paramInt)
@Deprecated void deactivate()
@Deprecated boolean requery()
void close()
close in interface AutoCloseableclose in interface Closeableboolean isClosed()
void setNotificationUri(ContentResolver paramContentResolver, Uri paramUri)
Uri getNotificationUri()
boolean getWantsAllOnMoveCalls()
void setExtras(Bundle paramBundle)
Bundle getExtras()
Copyright © 2022. All rights reserved.