DynamicMutableRealm
A dynamic mutable realm gives access and allows creation and modification of data in the realm through a generic string based API instead of the conventional Realm API that uses the typed API of the schema classes supplied in the configuration.
Functions
createObject
Link copied to clipboard
abstract fun createObject(type: String, primaryKey: Any?): DynamicMutableRealmObject
Content copied to clipboard
delete
Link copied to clipboard
findLatest
Link copied to clipboard
getNumberOfActiveVersions
Link copied to clipboard
query
Link copied to clipboard
abstract override fun query(className: String, query: String, vararg args: Any?): RealmQuery<DynamicMutableRealmObject>
Content copied to clipboard
schema
Link copied to clipboard
schemaVersion
Link copied to clipboard
Properties
configuration
Link copied to clipboard