toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.database
/
Cursor
Cursor
Library
open
class
Cursor
extracts category ids to be deleted from DB
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Since
1.0
Members
Constructors
Cursor
Link copied to clipboard
Library
constructor
(
delegate
:
Cursor
)
create a statement from an existing one.
Properties
delegate
Link copied to clipboard
Library
val
delegate
:
Cursor
What is OO good for if every other class can't be extended because the constructor is protected and the class must be created using a factory.
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
Logging tag
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
close
Link copied to clipboard
Library
open
fun
close
(
)
Closes the Cursor, releasing all of its resources and making it completely invalid.
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Blob
Link copied to clipboard
Library
open
fun
getBlob
(
columnIndex
:
Int
)
:
Array
<
Byte
>
Returns the value of the requested column as a byte array.
get
Blob
As
String
Link copied to clipboard
Library
open
fun
getBlobAsString
(
columnIndex
:
Int
)
:
String
Get the Blob a string.
get
Boolean
Link copied to clipboard
Library
open
fun
getBoolean
(
columnIndex
:
Int
)
:
Boolean
Returns the value of the requested column as a Boolean.
get
Byte
Link copied to clipboard
Library
open
fun
getByte
(
columnIndex
:
Int
)
:
Byte
Returns the value of the requested column as a integer.
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Count
Link copied to clipboard
Library
open
fun
getCount
(
)
:
Int
Returns the numbers of rows in the cursor.
get
Date
Link copied to clipboard
Library
open
fun
getDate
(
columnIndex
:
Int
)
:
Date
Returns the value of the requested column as a date.
get
Double
Link copied to clipboard
Library
open
fun
getDouble
(
columnIndex
:
Int
)
:
Double
Returns the value of the requested column as a Double.
get
File
Link copied to clipboard
Library
open
fun
getFile
(
columnIndex
:
Int
)
:
File
Get file for file bound data.
get
Float
Link copied to clipboard
Library
open
fun
getFloat
(
columnIndex
:
Int
)
:
Float
Returns the value of the requested column as a Double.
get
Int
Link copied to clipboard
Library
open
fun
getInt
(
columnIndex
:
Int
)
:
Integer
Returns the value of the requested column as a integer.
get
Long
Link copied to clipboard
Library
open
fun
getLong
(
columnIndex
:
Int
)
:
Long
Returns the value of the requested column as a long integer.
get
String
Link copied to clipboard
Library
open
fun
getString
(
columnIndex
:
Int
)
:
String
Returns the value of the requested column as a String.
get
URI
Link copied to clipboard
Library
open
fun
getURI
(
columnIndex
:
Int
)
:
URI
Returns the value of the requested column as a URL.
get
Uri
Link copied to clipboard
Library
open
fun
getUri
(
columnIndex
:
Int
)
:
Uri
Returns the value of the requested column as a URL.
get
URL
Link copied to clipboard
Library
open
fun
getURL
(
columnIndex
:
Int
)
:
URL
Returns the value of the requested column as a URL.
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
is
Closed
Link copied to clipboard
Library
open
fun
isClosed
(
)
:
Boolean
return true if the cursor is closed
move
To
First
Link copied to clipboard
Library
open
fun
moveToFirst
(
)
:
Boolean
Move the cursor to the first row.
move
To
Next
Link copied to clipboard
Library
open
fun
moveToNext
(
)
:
Boolean
Move the cursor to the next row.
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
create debug string
wait
Link copied to clipboard
Library
fun
wait
(
)