toggle menu
Selekt
0.24.0-SNAPSHOT
jvm
switch theme
selekt-android
com.
bloomberg.
selekt.
android
Conflict
Algorithm
ABORT
FAIL
IGNORE
NONE
REPLACE
ROLLBACK
ISQLite
Open
Helper
Callback
Configuration
Selekt
SQLite
Database
Companion
SQLite
Open
Helper
SQLite
Open
Params
Builder
Companion
com.
bloomberg.
selekt.
android.
support
create
Support
SQLite
Open
Helper
Factory()
selekt-api
com.
bloomberg.
selekt
Database
Configuration
Companion
ISQLProgram
ISQLQuery
ISQLStatement
SQLite
Auto
Vacuum
Mode
NONE
FULL
INCREMENTAL
SQLite
Journal
Mode
DELETE
MEMORY
OFF
PERSIST
TRUNCATE
WAL
SQLite
Secure
Delete
FAST
OFF
ON
SQLite
Threading
Mode
MULTITHREAD
SERIALIZED
SINGLETHREAD
SQLite
Trace
Event
Mode
SQLite
Transaction
Mode
EXCLUSIVE
IMMEDIATE
SQLTrace
Event
Code
STATEMENT
PROFILE
ROW
CLOSE
Zero
Blob
com.
bloomberg.
selekt.
annotations
Delicate
Api
Experimental
selekt-java
com.
bloomberg.
selekt
Column
Type
Companion
INTEGER
FLOAT
STRING
BLOB
NULL
Common
Thread
Local
Random
Conflict
Algorithm
ABORT
FAIL
IGNORE
NONE
REPLACE
ROLLBACK
Content
Values
IConflict
Algorithm
IContent
Values
ICursor
IDatabase
IRandom
IReadable
Database
ISQLTransactor
NULL
Pointer
Shared
Closeable
Simple
SQLQuery
SQL_BLOB
SQL_FLOAT
SQL_INTEGER
SQL_NULL
SQL_OPEN_CREATE
SQL_OPEN_FULL_MUTEX
SQL_OPEN_NO_MUTEX
SQL_OPEN_PRIVATE_CACHE
SQL_OPEN_READONLY
SQL_OPEN_READWRITE
SQL_OPEN_SHARED_CACHE
SQL_TEXT
SQLDatabase
SQLite
SQLOpen
Operation
SQLTransaction
Listener
com.
bloomberg.
selekt.
cache
Lru
Cache
com.
bloomberg.
selekt.
commons
delete
Database()
empty
Iterable()
for
Each
Catching()
for
Until()
Linked
Queue
load
Embedded
Library()
load
Library()
Managed
String
Builder
times()
com.
bloomberg.
selekt.
pools
Common
Object
Pool
IObject
Factory
IObject
Pool
IPooled
Object
Pool
Configuration
Priority
LOW
HIGH
Single
Object
Pool
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