QueryBindings class

Inheritance

Constructors

QueryBindings(Bindings parent)

Properties

hashCode int
The hash code for this object.
no setterinherited
libs DynamicLibraries
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addChangeListener(Pointer<CBLDatabase> db, Pointer<CBLQuery> query, Pointer<CBLDartAsyncCallback> listener) Pointer<CBLListenerToken>
columnCount(Pointer<CBLQuery> query) int
columnName(Pointer<CBLQuery> query, int column) String
copyCurrentResults(Pointer<CBLQuery> query, Pointer<CBLListenerToken> listenerToken) Pointer<CBLResultSet>
create(Pointer<CBLDatabase> db, CBLQueryLanguage language, String queryString) Pointer<CBLQuery>
execute(Pointer<CBLQuery> query) Pointer<CBLResultSet>
explain(Pointer<CBLQuery> query) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parameters(Pointer<CBLQuery> query) Pointer<FLDict>
setParameters(Pointer<CBLQuery> query, Pointer<FLDict> parameters) → void
toString() String
A string representation of this object.
inherited

Operators

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