Companion

object Companion

Functions

close
Link copied to clipboard
common
fun close(dbName: String, serviceUrl: String)
Close the connection to the database
connect
Link copied to clipboard
common
fun connect(dbName: String, serviceUrl: String, session: Session)
Connection to the database
delete
Link copied to clipboard
common
fun delete(dbName: String, serviceUrl: String)
Delete the database
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getObject
Link copied to clipboard
common
fun getObject(dbName: String, serviceUrl: String, objectUId: CObjectUId, collection: Collection)
Get a CRDT from the database
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
subscribe
Link copied to clipboard
common
fun subscribe(dbName: String, serviceUrl: String, collectionUId: CollectionUId, userId: ClientUId)
Subscribe to the collection notification
toString
Link copied to clipboard
common
open fun toString(): String
unsubscribe
Link copied to clipboard
common
fun unsubscribe(dbName: String, serviceUrl: String, collectionUId: CollectionUId, userId: ClientUId)
Unsubscribe to the collection notification
updateObject
Link copied to clipboard
common
fun updateObject(dbName: String, serviceUrl: String, objectUId: CObjectUId, crdt: DeltaCRDT)
Update a CRDT