mongodb.msg vocabulary - Factor Documentation (original) (raw)
mongodb.msg vocabulary
Factor handbook » Vocabulary index
Summary
message primitives for the communication with MongoDB
Metadata
Parents: | mongodb |
---|---|
Authors: | Sascha Matzke |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
collection delete-flags selector |
![]() |
![]() |
collection return# cursor query |
![]() |
![]() |
collection objects |
![]() |
![]() |
cursors# cursors |
![]() |
![]() |
opcode req-id resp-id length flags |
![]() |
![]() |
collection skip# return# query returnfields orderby explain hint |
![]() |
![]() |
collection cursor start# requested# returned# objects |
![]() |
![]() |
collection update-flags selector object |
Generic words
Word | Stack effect |
---|---|
![]() |
( collection objects -- mdb-insert-msg ) |
![]() |
( object -- mdb-killcursors-msg ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( collection selector -- mdb-delete-msg ) |
![]() |
( collection return# cursor -- mdb-getmore-msg ) |
![]() |
( collection query -- mdb-query-msg ) |
![]() |
( -- mdb-reply-msg ) |
![]() |
( collection selector object -- mdb-update-msg ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
![]() |
( -- value ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:extra/mongodb/msg/msg.factor
Metadata files
resource:extra/mongodb/msg/authors.txt
resource:extra/mongodb/msg/summary.txt