toggle menu
kotbase
3.0
3.1
3.0
common
jvmCommon
linuxMingw
switch theme
search in API
couchbase-lite
/
kotbase
/
DatabaseChange
Database
Change
common
jvmCommon
linuxMingw
expect
class
DatabaseChange
(
source
)
Provides details about a Database change.
actual
class
DatabaseChange
:
DelegatedClass
<
<Error class: unknown class>
>
(
source
)
actual
class
DatabaseChange
(
source
)
Members
Properties
database
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
database
:
Database
The database instance
actual
val
database
:
Database
actual
val
database
:
Database
document
IDs
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
documentIDs
:
List
<
String
>
The list of the changed document IDs
actual
val
documentIDs
:
List
<
String
>
actual
val
documentIDs
:
List
<
String
>
Functions
equals
Link copied to clipboard
jvmCommon
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
jvmCommon
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
jvmCommon
open
override
fun
toString
(
)
:
String