
描述
使用蓝图链接MongoDB数据库,对数据库集合进行增删改查操作。
Use a blueprint to link MongoDB database to add, delete and modify the operation of the database collection.
DT MongoDB | Client
- Create MongoDB Client
- Connect By Url
- Get Collection
DT MongoDB | Collection
- Insert One
- Insert Many
- Delete One
- Delete Many
- Replace One
- Update One
- Update Many
- Find
- Find One
DT MongoDB | Document
- Create MongoDB Document
- To MongoDB Document (MongoDB Oid)
- To MongoDB Document (Json)
- To MongoDB Document (MongoDB View)
- To MongoDB Document (Map String)
- To MongoDB Document (Map Int32)
- To MongoDB Document (Map Int64)
- To MongoDB Document (Map Float)
- To MongoDB Document (Map Double)
- To MongoDB Document (Map MongoDB Document)
- To Map String (MongoDB Document)
- To Map String (MongoDB Document)
- Add Bool
- Add String
- Add Int 32
- Add Int 64
- Add Float
- Add Double
- Add Document
- Add View
- Add Bool Array
- Add String Array
- Add Int 32 Array
- Add Int 64 Array
- Add Float Array
- Add Double Array
- Add Document Array
DT MongoDB | View
- Is Empty
- Get Oid
- To Json String (MongoDB View)
- To Json Array String (MongoDB View Array)
- Get Element
- Is Undefined
- Is Null
- Is Max Key
- Is Min Key
- Is Double
- Is String
- Is View
- Is Array
- Is Binary
- Is Oid
- Is Bool
- Is Date
- Is Regex
- Is DB Pointer
- Is Code
- Is Symbol
- Is Code With Scope
- Is Int 32
- Is Timestamp
- Is Int 64
- Is Decimal 128
- Get Double
- Get String
- Get View
- Get Array
- Get Binary
- Get Object Id
- Get Bool
- Get Date
- Get Regex
- Get DB Pointer
- Get Code
- Get Symbol
- Get Code With Scope
- Get Int 32
- Get Timestamp
- Get Int 64
- Get Decimal 128
DT MongoDB | Oid
- Make MongoDB Oid
- To String (MongoDB Oid)
DT MongoDB | Element
- To String (MongoDB Element)
- To String (MongoDB Element Array)
- Is Empty
- Is Undefined
- Is Null
- Is Max Key
- Is Min Key
- Is Double
- Is String
- Is View
- Is Array
- Is Binary
- Is Oid
- Is Bool
- Is Date
- Is Regex
- Is DB Pointer
- Is Code
- Is Symbol
- Is Code With Scope
- Is Int 32
- Is Timestamp
- Is Int 64
- Is Decimal 128
- Get Double
- Get String
- Get View
- Get Array
- Get Binary
- Get Oid
- Get Bool
- Get Date
- Get Regex
- Get DB Pointer
- Get Code
- Get Symbol
- Get Code With Scope
- Get Int 32
- Get Timestamp
- Get Int 64
- Get Decimal 128




