C# Class android.database.AbstractWindowedCursor

Inheritance: android.database.AbstractCursor
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
copyStringToBuffer ( int arg0, android arg1 ) : void
getBlob ( int arg0 ) : byte[]
getDouble ( int arg0 ) : double
getFloat ( int arg0 ) : float
getInt ( int arg0 ) : int
getLong ( int arg0 ) : long
getShort ( int arg0 ) : short
getString ( int arg0 ) : global::java.lang.String
getWindow ( ) : global::android.database.CursorWindow
hasWindow ( ) : bool
isBlob ( int arg0 ) : bool
isFloat ( int arg0 ) : bool
isLong ( int arg0 ) : bool
isNull ( int arg0 ) : bool
isString ( int arg0 ) : bool
setWindow ( android arg0 ) : void

Méthodes protégées

Méthode Description
AbstractWindowedCursor ( global @__env )
checkPosition ( ) : void

Private Methods

Méthode Description
AbstractWindowedCursor ( )

Method Details

AbstractWindowedCursor() protected méthode

protected AbstractWindowedCursor ( global @__env )
@__env global

checkPosition() protected méthode

protected checkPosition ( ) : void
Résultat void

copyStringToBuffer() public méthode

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

getBlob() public méthode

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

getDouble() public méthode

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

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

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

getWindow() public méthode

public getWindow ( ) : global::android.database.CursorWindow
Résultat global::android.database.CursorWindow

hasWindow() public méthode

public hasWindow ( ) : bool
Résultat bool

isBlob() public méthode

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

isFloat() public méthode

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

isLong() public méthode

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

isNull() public méthode

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

isString() public méthode

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

setWindow() public méthode

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