Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.gvm.internals.sqlite
/
SQLiteCreateDatabaseOptions
SQLite
Create
Database
Options
@
JvmRecord
data
class
SQLiteCreateDatabaseOptions
(
val
create
:
Boolean
=
SQLiteDatabase.DEFAULT_CREATE
,
val
readonly
:
Boolean
=
SQLiteDatabase.DEFAULT_READONLY
)
:
Record
Members
Constructors
SQLite
Create
Database
Options
Link copied to clipboard
constructor
(
create
:
Boolean
=
SQLiteDatabase.DEFAULT_CREATE
,
readonly
:
Boolean
=
SQLiteDatabase.DEFAULT_READONLY
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
create
Link copied to clipboard
val
create
:
Boolean
readonly
Link copied to clipboard
val
readonly
:
Boolean