kodein-db-api
/
org.kodein.db
/
DBRead
/
FindDsl
common
Find
Dsl
interface
FindDsl
<
M
:
Any
>
Content copied to clipboard
Functions
Functions
all
Link copied to clipboard
common
open fun
all
():
Cursor
<
M
>
Content copied to clipboard
byId
Link copied to clipboard
common
abstract fun
byId
(vararg id:
Any
, isOpen:
Boolean
= false):
Cursor
<
M
>
Content copied to clipboard
byIndex
Link copied to clipboard
common
abstract fun
byIndex
(index:
String
, vararg value:
Any
, isOpen:
Boolean
= false):
Cursor
<
M
>
Content copied to clipboard