mongodb.msg vocabulary
Factor handbook ยป Vocabulary index


Summary
message primitives for the communication with MongoDB

Metadata
Authors:Sascha Matzke


Words

Tuple classes
ClassSuperclassSlots
mdb-delete-msg mdb-msgcollection delete-flags selector
mdb-getmore-msg mdb-msgcollection return# cursor query
mdb-insert-msg mdb-msgcollection objects
mdb-killcursors-msg mdb-msgcursors# cursors
mdb-msg tupleopcode req-id resp-id length flags
mdb-query-msg mdb-msgcollection skip# return# query returnfields orderby explain hint
mdb-reply-msg mdb-msgcollection cursor start# requested# returned# objects
mdb-update-msg mdb-msgcollection update-flags selector object


Generic words
WordStack effect
<mdb-insert-msg>( collection objects -- mdb-insert-msg )
<mdb-killcursors-msg>( object -- mdb-killcursors-msg )


Ordinary words
WordStack effect
<mdb-delete-msg>( collection selector -- mdb-delete-msg )
<mdb-getmore-msg>( collection return# cursor -- mdb-getmore-msg )
<mdb-query-msg>( collection query -- mdb-query-msg )
<mdb-reply-msg>( -- mdb-reply-msg )
<mdb-update-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
WordStack 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


Metadata files