kodein-db-api
/
org.kodein.db
/
DBFactory
common
D
B
Factory
interface
DBFactory
<
T
:
Any
>
Content copied to clipboard
Types
Functions
Extensions
Inheritors
Types
Based
Link copied to clipboard
common
class
Based
<
T
:
Any
> :
DBFactory
<
T
>
Content copied to clipboard
Functions
destroy
Link copied to clipboard
common
abstract fun
destroy
(path:
String
, vararg options:
Options.Open
)
Content copied to clipboard
open
Link copied to clipboard
common
abstract fun
open
(path:
String
, vararg options:
Options.Open
):
T
Content copied to clipboard
Inheritors
DBFactory
Link copied to clipboard
Extensions
inDir
Link copied to clipboard
common
fun <
T
:
Any
>
DBFactory
<
T
>.
inDir
(path:
String
):
DBFactory.Based
<
T
>
Content copied to clipboard
prefixed
Link copied to clipboard
common
fun <
T
:
Any
>
DBFactory
<
T
>.
prefixed
(prefix:
String
):
DBFactory.Based
<
T
>
Content copied to clipboard