C# Class android.database.AbstractWindowedCursor

Inheritance: android.database.AbstractCursor
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
AbstractWindowedCursor ( global @__env )
checkPosition ( ) : void

Private Methods

Method Description
AbstractWindowedCursor ( )

Method Details

AbstractWindowedCursor() protected method

protected AbstractWindowedCursor ( global @__env )
@__env global

checkPosition() protected method

protected checkPosition ( ) : void
return void

copyStringToBuffer() public method

public copyStringToBuffer ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

getBlob() public method

public getBlob ( int arg0 ) : byte[]
arg0 int
return byte[]

getDouble() public method

public getDouble ( int arg0 ) : double
arg0 int
return double

getFloat() public method

public getFloat ( int arg0 ) : float
arg0 int
return float

getInt() public method

public getInt ( int arg0 ) : int
arg0 int
return int

getLong() public method

public getLong ( int arg0 ) : long
arg0 int
return long

getShort() public method

public getShort ( int arg0 ) : short
arg0 int
return short

getString() public method

public getString ( int arg0 ) : global::java.lang.String
arg0 int
return global::java.lang.String

getWindow() public method

public getWindow ( ) : global::android.database.CursorWindow
return global::android.database.CursorWindow

hasWindow() public method

public hasWindow ( ) : bool
return bool

isBlob() public method

public isBlob ( int arg0 ) : bool
arg0 int
return bool

isFloat() public method

public isFloat ( int arg0 ) : bool
arg0 int
return bool

isLong() public method

public isLong ( int arg0 ) : bool
arg0 int
return bool

isNull() public method

public isNull ( int arg0 ) : bool
arg0 int
return bool

isString() public method

public isString ( int arg0 ) : bool
arg0 int
return bool

setWindow() public method

public setWindow ( android arg0 ) : void
arg0 android
return void