ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing Mongo files
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Constants for managing MongoDB databases
Display constants used by prefix syntaxes only
The following constants are used by the Mongoxxx functions:
ConstantDetailsFunction
mwcDefaultMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: a single node must have acknowledged the process to consider that the writing is performed.mongoWriteConcern type
mwcMajorityMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: most of the nodes must have acknowledged the process to consider that the writing is performed.mongoWriteConcern type
mwcUnacknowledgedMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: No node must have acknowledged the process to consider that the writing is performed. Caution, no error is returned in this case.mongoWriteConcern type
mwcTagMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: the number of nodes is the one defined in a pre-configuration defined on the server.mongoWriteConcern type
mongoAddIfNotFoundUsed to add a document if it does not exist in the collection.MongoModifyAll
MongoModifyOne
mongoContinueIfErrorUsed to add the next document even if the previous document triggered an error.MongoAdd
mongoReturnValueAfterUsed to return the document after modification. By default, if this constant is not used, the document returned corresponds to the document before modification.MongoModifyOne
mongoWithoutValidationDoes not check the document structure.MongoAdd
MongoModifyAll
The following constants are used by the Mongoxxx functions (prefix syntax):
ConstantDetailsFunction
mwcDefaultMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: a single node must have acknowledged the process to consider that the writing is performed.mongoWriteConcern type
mwcMajorityMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: most of the nodes must have acknowledged the process to consider that the writing is performed.mongoWriteConcern type
mwcUnacknowledgedMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: No node must have acknowledged the process to consider that the writing is performed. Caution, no error is returned in this case.mongoWriteConcern type
mwcTagMinimum number of nodes that must have acknowledged the process to consider that the writing is performed: the number of nodes is the one defined in a pre-configuration defined on the server.mongoWriteConcern type
mongoAddIfNotFoundUsed to add a document if it does not exist in the collection.<mongoCollection variable>.ModifyAll
<mongoCollection variable>.ModifyOne
mongoContinueIfErrorUsed to add the next document even if the previous document triggered an error.<mongoCollection variable>.Add
mongoReturnValueAfterUsed to return the document after modification. By default, if this constant is not used, the document returned corresponds to the document before modification.<mongoCollection variable>.ModifyOne
mongoWithoutValidationDoes not check the document structure.<mongoCollection variable>.Add
<mongoCollection variable>.ModifyAll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help