CBLBindings class

Inheritance

Constructors

CBLBindings(LibrariesConfiguration config)

Properties

asyncCallback AsyncCallbackBindings
latefinal
base BaseBindings
latefinal
blobs BlobsBindings
latefinal
database DatabaseBindings
latefinal
document DocumentBindings
latefinal
fleece FleeceBindings
latefinal
hashCode int
The hash code for this object.
no setterinherited
libs DynamicLibraries
finalinherited
logging LoggingBindings
latefinal
mutableDocument MutableDocumentBindings
latefinal
query QueryBindings
latefinal
replicator ReplicatorBindings
latefinal
resultSet ResultSetBindings
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance CBLBindings
no setter
maybeInstance CBLBindings?
no setter

Static Methods

init(LibrariesConfiguration libraries, {TracedCallHandler? onTracedCall}) → void