C# Class android.database.CursorWrapper

Inheritance: java.lang.Object, Cursor
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
CursorWrapper ( android arg0 )
close ( ) : void
copyStringToBuffer ( int arg0, android arg1 ) : void
deactivate ( ) : void
getBlob ( int arg0 ) : byte[]
getColumnCount ( ) : int
getColumnIndex ( java arg0 ) : int
getColumnIndexOrThrow ( java arg0 ) : int
getColumnName ( int arg0 ) : global::java.lang.String
getColumnNames ( ) : global::java.lang.String[]
getCount ( ) : int
getDouble ( int arg0 ) : double
getExtras ( ) : global::android.os.Bundle
getFloat ( int arg0 ) : float
getInt ( int arg0 ) : int
getLong ( int arg0 ) : long
getPosition ( ) : int
getShort ( int arg0 ) : short
getString ( int arg0 ) : global::java.lang.String
getWantsAllOnMoveCalls ( ) : bool
isAfterLast ( ) : bool
isBeforeFirst ( ) : bool
isClosed ( ) : bool
isFirst ( ) : bool
isLast ( ) : bool
isNull ( int arg0 ) : bool
move ( int arg0 ) : bool
moveToFirst ( ) : bool
moveToLast ( ) : bool
moveToNext ( ) : bool
moveToPosition ( int arg0 ) : bool
moveToPrevious ( ) : bool
registerContentObserver ( android arg0 ) : void
registerDataSetObserver ( android arg0 ) : void
requery ( ) : bool
respond ( android arg0 ) : global::android.os.Bundle
setNotificationUri ( android arg0, android arg1 ) : void
unregisterContentObserver ( android arg0 ) : void
unregisterDataSetObserver ( android arg0 ) : void

Méthodes protégées

Méthode Description
CursorWrapper ( global @__env )

Private Methods

Méthode Description
CursorWrapper ( )

Method Details

CursorWrapper() public méthode

public CursorWrapper ( android arg0 )
arg0 android

CursorWrapper() protected méthode

protected CursorWrapper ( global @__env )
@__env global

close() public méthode

public close ( ) : void
Résultat void

copyStringToBuffer() public méthode

public copyStringToBuffer ( int arg0, android arg1 ) : void
arg0 int
arg1 android
Résultat void

deactivate() public méthode

public deactivate ( ) : void
Résultat void

getBlob() public méthode

public getBlob ( int arg0 ) : byte[]
arg0 int
Résultat byte[]

getColumnCount() public méthode

public getColumnCount ( ) : int
Résultat int

getColumnIndex() public méthode

public getColumnIndex ( java arg0 ) : int
arg0 java
Résultat int

getColumnIndexOrThrow() public méthode

public getColumnIndexOrThrow ( java arg0 ) : int
arg0 java
Résultat int

getColumnName() public méthode

public getColumnName ( int arg0 ) : global::java.lang.String
arg0 int
Résultat global::java.lang.String

getColumnNames() public méthode

public getColumnNames ( ) : global::java.lang.String[]
Résultat global::java.lang.String[]

getCount() public méthode

public getCount ( ) : int
Résultat int

getDouble() public méthode

public getDouble ( int arg0 ) : double
arg0 int
Résultat double

getExtras() public méthode

public getExtras ( ) : global::android.os.Bundle
Résultat global::android.os.Bundle

getFloat() public méthode

public getFloat ( int arg0 ) : float
arg0 int
Résultat float

getInt() public méthode

public getInt ( int arg0 ) : int
arg0 int
Résultat int

getLong() public méthode

public getLong ( int arg0 ) : long
arg0 int
Résultat long

getPosition() public méthode

public getPosition ( ) : int
Résultat int

getShort() public méthode

public getShort ( int arg0 ) : short
arg0 int
Résultat short

getString() public méthode

public getString ( int arg0 ) : global::java.lang.String
arg0 int
Résultat global::java.lang.String

getWantsAllOnMoveCalls() public méthode

public getWantsAllOnMoveCalls ( ) : bool
Résultat bool

isAfterLast() public méthode

public isAfterLast ( ) : bool
Résultat bool

isBeforeFirst() public méthode

public isBeforeFirst ( ) : bool
Résultat bool

isClosed() public méthode

public isClosed ( ) : bool
Résultat bool

isFirst() public méthode

public isFirst ( ) : bool
Résultat bool

isLast() public méthode

public isLast ( ) : bool
Résultat bool

isNull() public méthode

public isNull ( int arg0 ) : bool
arg0 int
Résultat bool

move() public méthode

public move ( int arg0 ) : bool
arg0 int
Résultat bool

moveToFirst() public méthode

public moveToFirst ( ) : bool
Résultat bool

moveToLast() public méthode

public moveToLast ( ) : bool
Résultat bool

moveToNext() public méthode

public moveToNext ( ) : bool
Résultat bool

moveToPosition() public méthode

public moveToPosition ( int arg0 ) : bool
arg0 int
Résultat bool

moveToPrevious() public méthode

public moveToPrevious ( ) : bool
Résultat bool

registerContentObserver() public méthode

public registerContentObserver ( android arg0 ) : void
arg0 android
Résultat void

registerDataSetObserver() public méthode

public registerDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void

requery() public méthode

public requery ( ) : bool
Résultat bool

respond() public méthode

public respond ( android arg0 ) : global::android.os.Bundle
arg0 android
Résultat global::android.os.Bundle

setNotificationUri() public méthode

public setNotificationUri ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

unregisterContentObserver() public méthode

public unregisterContentObserver ( android arg0 ) : void
arg0 android
Résultat void

unregisterDataSetObserver() public méthode

public unregisterDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void