You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reference/method.txt
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -429,10 +429,6 @@ Database
429
429
430
430
- Removes the current database.
431
431
432
-
* - :method:`db.eval()`
433
-
434
-
- Deprecated. Passes a JavaScript function for server-side JavaScript evaluation when run against MongoDB 4.0 or earlier. Unsupported when run against MongoDB 4.2 or later.
435
-
436
432
* - :method:`db.fsyncLock()`
437
433
438
434
- Flushes writes to disk and locks the database to prevent write operations and assist backup operations. Wraps :dbcommand:`fsync`.
@@ -473,10 +469,6 @@ Database
473
469
474
470
- Returns the name of the current database.
475
471
476
-
* - :method:`db.getProfilingLevel()`
477
-
478
-
- Returns the current profiling level for database operations.
479
-
480
472
* - :method:`db.getProfilingStatus()`
481
473
482
474
- Returns a document that reflects the current profiling level and the profiling threshold.
Copy file name to clipboardExpand all lines: source/reference/method/js-database.txt
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,6 @@ Database Methods
56
56
57
57
- Removes the current database.
58
58
59
-
* - :method:`db.eval()`
60
-
61
-
- Deprecated. Passes a JavaScript function for server-side JavaScript evaluation when run against MongoDB 4.0 or earlier. Unsupported when run against MongoDB 4.2 or later.
62
-
63
59
* - :method:`db.fsyncLock()`
64
60
65
61
- Flushes writes to disk and locks the database to prevent write operations and assist backup operations. Wraps :dbcommand:`fsync`.
@@ -100,10 +96,6 @@ Database Methods
100
96
101
97
- Returns the name of the current database.
102
98
103
-
* - :method:`db.getProfilingLevel()`
104
-
105
-
- Returns the current profiling level for database operations.
106
-
107
99
* - :method:`db.getProfilingStatus()`
108
100
109
101
- Returns a document that reflects the current profiling level and the profiling threshold.
0 commit comments