Parents: | mongodb |
Authors: | Sascha Matzke |
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 |
Word | Stack effect |
<mdb-insert-msg> | ( collection objects -- mdb-insert-msg ) |
<mdb-killcursors-msg> | ( object -- mdb-killcursors-msg ) |
Word | Stack 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 ) |
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 -- ? ) |