io
.
scalajs
.
npm
.
mongodb
.
Db
MongoDatabaseExtensions
Related Doc:
package Db
implicit final
class
MongoDatabaseExtensions
extends
AnyVal
Mongo Database Extensions
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
MongoDatabaseExtensions
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
MongoDatabaseExtensions
(
db:
Db
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
collectionFuture
(
name:
String
,
options:
|
[
CollectionOptions
,
Any
] =
null
)
:
Future
[
Collection
]
Annotations
@inline
()
def
collectionNamesFuture
:
Future
[
Array
[
String
]]
Annotations
@inline
()
def
createCollectionFuture
(
name:
String
,
options:
CollectionOptions
=
null
)
:
Future
[
Collection
]
Annotations
@inline
()
val
db
:
Db
def
dropCollectionFuture
(
name:
String
)
:
Future
[
OperationResult
]
Annotations
@inline
()
def
dropDatabaseFuture
()
:
Future
[
OperationResult
]
Annotations
@inline
()
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
openFuture
()
:
Future
[
Db
]
Annotations
@inline
()
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped
Mongo Database Extensions