toggle menu
Selekt
0.26.0-SNAPSHOT
jvm
switch theme
search in API
selekt-java
/
com.bloomberg.selekt
/
ICursor
ICursor
interface
ICursor
:
Closeable
Members
Properties
column
Count
Link copied to clipboard
abstract
val
columnCount
:
Int
count
Link copied to clipboard
abstract
val
count
:
Int
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
column
Index
Link copied to clipboard
abstract
fun
columnIndex
(
name
:
String
)
:
Int
column
Name
Link copied to clipboard
abstract
fun
columnName
(
index
:
Int
)
:
String
column
Names
Link copied to clipboard
abstract
fun
columnNames
(
)
:
Array
<
out
String
>
get
Blob
Link copied to clipboard
abstract
fun
getBlob
(
index
:
Int
)
:
ByteArray
?
get
Double
Link copied to clipboard
abstract
fun
getDouble
(
index
:
Int
)
:
Double
get
Float
Link copied to clipboard
open
fun
getFloat
(
index
:
Int
)
:
Float
get
Int
Link copied to clipboard
abstract
fun
getInt
(
index
:
Int
)
:
Int
get
Long
Link copied to clipboard
abstract
fun
getLong
(
index
:
Int
)
:
Long
get
Short
Link copied to clipboard
open
fun
getShort
(
index
:
Int
)
:
Short
get
String
Link copied to clipboard
abstract
fun
getString
(
index
:
Int
)
:
String
?
is
After
Last
Link copied to clipboard
abstract
fun
isAfterLast
(
)
:
Boolean
is
Before
First
Link copied to clipboard
abstract
fun
isBeforeFirst
(
)
:
Boolean
is
Closed
Link copied to clipboard
abstract
fun
isClosed
(
)
:
Boolean
is
First
Link copied to clipboard
abstract
fun
isFirst
(
)
:
Boolean
is
Last
Link copied to clipboard
abstract
fun
isLast
(
)
:
Boolean
is
Null
Link copied to clipboard
abstract
fun
isNull
(
index
:
Int
)
:
Boolean
move
Link copied to clipboard
abstract
fun
move
(
offset
:
Int
)
:
Boolean
move
To
First
Link copied to clipboard
abstract
fun
moveToFirst
(
)
:
Boolean
move
To
Last
Link copied to clipboard
abstract
fun
moveToLast
(
)
:
Boolean
move
To
Next
Link copied to clipboard
abstract
fun
moveToNext
(
)
:
Boolean
move
To
Position
Link copied to clipboard
abstract
fun
moveToPosition
(
position
:
Int
)
:
Boolean
move
To
Previous
Link copied to clipboard
abstract
fun
moveToPrevious
(
)
:
Boolean
position
Link copied to clipboard
abstract
fun
position
(
)
:
Int
type
Link copied to clipboard
abstract
fun
type
(
index
:
Int
)
:
ColumnType