object BsonDecimal128
Companion helper for a BsonDecimal128
- Since
1.2
- Alphabetic
- By Inheritance
- BsonDecimal128
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(value: String): BsonDecimal128
Creates a
BsonDecimal128
Creates a
BsonDecimal128
- value
the string value to convert
- returns
the BigDecimal
-
def
apply(value: Long): BsonDecimal128
Creates a
BsonDecimal128
Creates a
BsonDecimal128
- value
the long value to convert
- returns
the BigDecimal
-
def
apply(value: BigDecimal): BsonDecimal128
Creates a
BsonDecimal128
Creates a
BsonDecimal128
- value
the
BigDecimal
- returns
the BigDecimal
-
def
apply(value: Decimal128): BsonDecimal128
Creates a
BsonDecimal128
Creates a
BsonDecimal128
- value
the
Decimal128
- returns
the BigDecimal
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: