Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.sqlite
/
SQLiteTransactionType
/
Companion
Companion
object
Companion
:
Symbolic.SealedResolver
<
String
,
SQLiteTransactionType
>
SQLite Transaction Symbols
Provides a mapping of transaction type symbols to transaction types.
Members
Functions
resolve
Link copied to clipboard
open
override
fun
resolve
(
symbol
:
String
)
:
SQLiteTransactionType
resolve
Symbol
Link copied to clipboard
open
fun
resolveSymbol
(
symbol
:
String
)
:
SQLiteTransactionType
unresolved
Link copied to clipboard
open
fun
unresolved
(
requested
:
String
)
:
Symbolic.Unresolved