Skip to content

//selekt-android/com.bloomberg.selekt.android/ConflictAlgorithm

ConflictAlgorithm

[androidJvm]\ enum ConflictAlgorithm : Enum<ConflictAlgorithm> , IConflictAlgorithm

Since

v0.1.0.

Entries

ABORT [androidJvm]
ABORT
FAIL [androidJvm]
FAIL
IGNORE [androidJvm]
IGNORE
NONE [androidJvm]
NONE
REPLACE [androidJvm]
REPLACE
ROLLBACK [androidJvm]
ROLLBACK

Properties

Name Summary
entries [androidJvm]
val entries: EnumEntries<ConflictAlgorithm>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
sql [androidJvm]
open override val sql: String

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): ConflictAlgorithm
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<ConflictAlgorithm>
Returns an array containing the constants of this enum type, in the order they're declared.