定数は定義されていません。
| Constant | Description |
|---|---|
| MONGO_LT | Less than |
| MONGO_LTE | Less than or equal to |
| MONGO_GT | Greater than |
| MONGO_GTE | Greater than or equal to |
| MONGO_IN | In the given set |
| MONGO_NE | Not equal to |
The following constants are for setting up database profiling.
| Constant | Description |
|---|---|
| MONGO_PROFILING_OFF | Turn off profiling. |
| MONGO_PROFILING_SLOW | Only keep track of slow operations. |
| MONGO_PROFILING_ON | Keep track of all operations. |