Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.room
/
AxerBundledSQLiteDriver
Axer
Bundled
SQLite
Driver
common
class
AxerBundledSQLiteDriver
:
SQLiteDriver
Members
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
_
change
Data
Flow
Link copied to clipboard
common
val
_changeDataFlow
:
MutableSharedFlow
<
String
>
all
Query
Flow
Link copied to clipboard
common
val
allQueryFlow
:
MutableSharedFlow
<
String
>
change
Data
Flow
Link copied to clipboard
common
val
changeDataFlow
:
Flow
<
String
>
db
Files
Link copied to clipboard
common
val
dbFiles
:
MutableSet
<
String
>
driver
Link copied to clipboard
common
val
driver
:
SQLiteDriver
Functions
is
Sql
Query
Change
Data
Link copied to clipboard
common
fun
isSqlQueryChangeData
(
sql
:
String
)
:
Boolean
open
Link copied to clipboard
common
open
override
fun
open
(
fileName
:
String
)
:
SQLiteConnection