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
mdb-delete-msg mdb-msg collection delete-flags selector
mdb-getmore-msg mdb-msg collection return# cursor query
mdb-insert-msg mdb-msg collection objects
mdb-killcursors-msg mdb-msg cursors# cursors
mdb-msg tuple opcode req-id resp-id length flags
mdb-query-msg mdb-msg collection skip# return# query returnfields orderby explain hint
mdb-reply-msg mdb-msg collection cursor start# requested# returned# objects
mdb-update-msg mdb-msg 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 )
OP_Delete ( -- value )
OP_GetMore ( -- value )
OP_Insert ( -- value )
OP_KillCursors ( -- value )
OP_Message ( -- value )
OP_Query ( -- value )
OP_Reply ( -- value )
OP_Update ( -- value )
ResultFlag_CursorNotFound ( -- value )
ResultFlag_ErrSet ( -- value )
ResultFlag_ShardConfigStale ( -- value )

Class predicate words

Word Stack effect
mdb-delete-msg? ( object -- ? )
mdb-getmore-msg? ( object -- ? )
mdb-insert-msg? ( object -- ? )
mdb-killcursors-msg? ( object -- ? )
mdb-msg? ( object -- ? )
mdb-query-msg? ( object -- ? )
mdb-reply-msg? ( object -- ? )
mdb-update-msg? ( object -- ? )

Files

resource:extra/mongodb/msg/msg.factor

Metadata files

resource:extra/mongodb/msg/authors.txt
resource:extra/mongodb/msg/summary.txt