DbRef class
- Inheritance
-
- Object
- BsonObject
- DbRef
Constructors
- DbRef(String collection, ObjectId id)
- DbRef.fromBuffer(BsonBinary buffer)
Properties
- bsonCollection ↔ BsonString
-
getter/setter pair
- bsonObjectId ↔ BsonObjectId
-
getter/setter pair
- collection ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeByte → int
-
no setteroverride
- value → DbRef
-
no setteroverride
Methods
-
byteLength(
) → int -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
packElement(
String? name, BsonBinary buffer) → void -
inherited
-
packValue(
BsonBinary buffer) → void -
override
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
extractData(
BsonBinary buffer) → DbRefData