DT MongoDB Plug -in description

news2024/9/24 9:20:29

目录

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


DT MongoDB | Client

Create MongoDB Client

* Create an MongoDB client object

Connect By Url

* ConnectB MongoDB server
* Param Url : mongoDB://account:password@ip:port e.g. mongodb://admin:123456@127.0.0.1:27017
*        or mongoDB://ip:port e.g. mongodb://127.0.0.1:27017

Get Collection

DT MongoDB | Collection

Insert One

* Inserts a single document into the collection. If the document is missing an identifier
* (_id field) one will be generated for it.
* Param MongoDB Document : The document to insert.

Insert Many

* Inserts multiple documents into the collection. If any of the documents are missing
* identifiers the driver will generate them.
*
* Warning This method uses the bulk insert command to execute the insertion as opposed to
* the legacy OP_INSERT wire protocol message. As a result, using this method to insert many
* documents on MongoDB < 2.6 will be slow.
* 
* Param MongoDB Documents : Array of a documents to insert.

Delete One

* Deletes a single matching document from the collection.
* 
* Param Filter : Document view representing the data to be deleted.

Delete Many

* Deletes all matching documents from the collection.
*
* Param Filter : Document view representing the data to be deleted.

Replace One

* Replaces a single document matching the provided filter in this collection.
*
* Param Filter : Document representing the match criteria.
* Param MongoDB Document : The replacement document.

Update One

* Updates a single document matching the provided filter in this collection.
*
* Param Filter : Document representing the match criteria.
* Param MongoDB Document : Document representing the update to be applied to a matching document.

Update Many

* Updates multiple documents matching the provided filter in this collection.
*
* Param Filter : Document representing the match criteria.
* Param MongoDB Document : Document representing the update to be applied to matching documents.

Find

* Finds a single document in this collection that match the provided filter.
* Param Filter : Document view representing a document that should match the query.

Find One

* Finds a single document in this collection that match the provided filter.
* Param Filter : Document view representing a document that should match the query.

DT MongoDB | Document

Create MongoDB Document

* Create an MongoDB document object

To MongoDB Document (MongoDB Oid)

* MongoDB Oid to MongoDB document

To MongoDB Document (Json)

* Json String to MongoDB document

To MongoDB Document (MongoDB View)

* DT MongoDB View to MongoDB document

To MongoDB Document (Map String)

* Map String to MongoDB document 

To MongoDB Document (Map Int32)

* Map Int to MongoDB document

To MongoDB Document (Map Int64)

* Map Int64 to MongoDB document 

To MongoDB Document (Map Float)

* Map Float to MongoDB document

To MongoDB Document (Map Double)

* Map Double to MongoDB document

To MongoDB Document (Map MongoDB Document)

* Map MongoDB document to MongoDB document

To Map String (MongoDB Document)

* MongoDB document to Map String

To Map String (MongoDB Document)

* MongoDB document to Json String 

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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/498491.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

【算法与数据结构】顺序表

顺序表 数据结构 结构定义结构操作 顺序表&#xff1a;结构定义 一个数组&#xff0c;添加额外的几个属性&#xff1a;size, count等 size: 数组有多大 count: 数组中当前存储了多少元素 顺序表三部分&#xff1a; 一段连续的存储区&#xff1a;顺序表存储元素的地方整型…

【Linux】Linux安装Java环境(OracleJDK)

文章目录 前言第一步&#xff0c;到官网下载jdk1.8第二步&#xff0c;下载下来上传到/opt目录下&#xff0c;并且解压第三步&#xff0c;解压之后配置环境变量&#xff1a;第四步&#xff0c;刷新配置文件第五步&#xff0c;查看版本 前言 linux环境为CentOS7.8 版本。 上期跟…

shell教程

面试题&#xff1a; 1.Shell中单引号和双引号区别 1)单引号不取变量值 2)双引号取变量值 3)反引号&#xff0c;执行引号中命令 4)双引号内部嵌套单引号&#xff0c;取出变量值 5)单引号内部嵌套双引号&#xff0c;不取出变量值 一、shell脚本 1.shell脚本概…

ChatGLM的搭建过程

本次搭建的是清华大学开源的ChatGLM。源码地址。模型地址。 1、开启BBR加速 如何开启BBR加速可以去看我的这篇文章&#xff0c;Linux开启内核BBR加速。 2、拉取ChatGLM源码和ChatGLM模型 点击这里跳转到源码处。 点击这里跳转到模型下载处。 我这里在下载之前创建了一个目…

与ChatGPT的一次技术对话

文章目录 前言 - 向引领前沿技术的伟大工作者致敬提问&#xff1a;请给我推荐几个最先进的目标检测AI模型提问&#xff1a;YOLOv4是什么原理&#xff0c;有什么创新提问&#xff1a;请问你知道yolov5吗提问&#xff1a; 那yolov5又有什么创新呢提问&#xff1a;你刚刚的回答正确…

SwiftUI 4.0 新 LabeledContent 视图帮您解决所有对齐烦恼

概览 在用 SwiftUI Form 设计 App 界面时&#xff0c;最头疼的就是内部视图对齐的问题了。好不容易适配了 iOS 中的布局&#xff0c;到了 iPadOS 或 MacOS 上却变得一团糟。 有没有一劳永逸&#xff0c;简单方便的办法呢&#xff1f; 如上图所示&#xff1a;我们利用 SwiftUI…

3. SQL底层执行原理详解

一条SQL在MySQL中是如何执行的 1. MySQL的内部组件结构1.1 Server层1.2 Store层 2. 连接器3. 分析器3.1 词法分析器原理 4. 优化器5. 执行器6. bin-log归档 本文是按照自己的理解进行笔记总结&#xff0c;如有不正确的地方&#xff0c;还望大佬多多指点纠正&#xff0c;勿喷。 …

基于ASP.NET的Web应用系统架构探讨

摘要&#xff1a;提出了一种基于ASP&#xff0e;NET开发方式的四层架构的Web应用系统构造思想。其基本内容是&#xff1a;将面向对象的UML建模与Web应用系统开发相结合&#xff0c;将整个系统分成适合ASP.NET开发方式的应用表示层、业务逻辑层、数据访问层和数据存储层四层结构…

[CF复盘] Codeforces Round 871 (Div. 4)20230506

[CF复盘] Codeforces Round 871 Div. 4 20230506 总结A. Love Story1. 题目描述2. 思路分析3. 代码实现 B. Blank Space1. 题目描述2. 思路分析3. 代码实现 C. Mr. Perfectly Fine1. 题目描述2. 思路分析3. 代码实现 D. Gold Rush1. 题目描述2. 思路分析3. 代码实现 E. The La…

UNeXt:基于 MLP 的快速医学图像分割网络

UNeXt是约翰霍普金斯大学在2022年发布的论文。它在早期阶段使用卷积&#xff0c;在潜在空间阶段使用 MLP。通过一个标记化的 MLP 块来标记和投影卷积特征&#xff0c;并使用 MLP 对表示进行建模。对输入通道进行移位&#xff0c;可以专注于学习局部依赖性。 UNeXt 基本架构 U…

考研数学高数1-1综合测试-函数及其性质

今天听完强化课之后去做学习包的题&#xff0c;发现没带平板&#xff0c;如果写到纸上&#xff0c;塞到书里又不知道去哪了&#xff0c;所以索性就拿Latex写了&#xff0c;虽然有一点麻烦&#xff0c;但是好在数量不多&#xff0c;就这么写吧。 都是我自己写的过程&#xff0c;…

第三十八章 Unity GUI系统(下)

上一章节我们将了UI的锚点&#xff0c;关于锚点我们只讲了一半&#xff0c;因为锚点并不只是一个点&#xff0c;它还可以是一个矩形。 我们可以将锚点拆开&#xff08;鼠标选中后拖动&#xff09;&#xff0c;也就是将“四瓣雪花”拆成“四瓣”。那么此时锚点就成为一个矩形。我…

00-docker篇: linux系统安装docker操作 (最实用的操作)

目录 1. docker 简介 -> 简易理解: -> docker是否有自己仓库呢 -> docker 是靠什么运行呢 -> 简单说点docker优点 2. linux安装docker ps: 如果是新服务器 请直接看2. 3 -> 2.1: 查看内核版本: -> 2.2 如果有残留docker, 删除指令 -> 2.3 yu…

2023年全国职业院校技能大赛网络建设与运维-网络运维部分

全国职业院校技能大赛 网络建设与运维 五、网络运维 某单位网络拓扑架构如下&#xff0c;交换机连接两台服务器&#xff0c;其中Server1服务器是数字取证服务器&#xff0c;Server2服务器是应急响应服务器&#xff0c;通过交换设备相连&#xff0c;通过路由设备连接到安全设…

Portraiture4最新版滤镜P图一键磨皮插件

今天coco玛奇朵给大家带来了一款ps磨皮插件&#xff0c;超级简单好用。Portraiture 滤镜是一款 Photoshop&#xff0c;Lightroom 和 Aperture 插件&#xff0c;DobeLighttroom 的 Portraiture 消除了选择性掩蔽和逐像素处理的繁琐的手工劳动&#xff0c;以帮助您在肖像修整方面…

如何使用 ChatGPT 来快速编写产品需求文档(PRD)

PRD 生成 ChatGPT 即了解具体的编程知识&#xff0c;也了解编程之前的需求设计过程。因此产品经理也可以使用 ChatGPT 来快速编写PRD(产品需求文档, production requirement documentation)。 根据需求编写 PRD 首先&#xff0c;我们可以尝试把需求交给 ChatGPT&#xff0c;…

模型如何压缩?使用轻量化的模型压缩技术剪枝(pruning)

深度学习模型参数太多&#xff0c;本地服务器部署没有问题&#xff0c;但是如果部署到移动端、边缘端&#xff0c;像手机、树莓派等&#xff0c;它们的性能不能满足&#xff0c;所以我们要压缩模型大小&#xff0c;让他们可以部署到边缘端 模型压缩&#xff1a;使用轻量化的模型…

Redis 布隆过滤器总结

Redis 布隆过滤器总结 适用场景 大数据判断是否存在来实现去重&#xff1a;这就可以实现出上述的去重功能&#xff0c;如果你的服务器内存足够大的话&#xff0c;那么使用 HashMap 可能是一个不错的解决方案&#xff0c;理论上时间复杂度可以达到 O(1) 的级别&#xff0c;但是…

Flutter 开发的那些小细节

Flutter 创建应用的小注意 包名 每当创建一个新的 Flutter 应用时&#xff0c;一些 Flutter IDE 插件会请你输入一个类似 com.example 的包名&#xff0c;包名&#xff08;在 iOS 里叫 Bundle ID&#xff09;一般都是公司域名的反写。如果你的应用打算上架商店&#xff0c;建…

NetApp 7-mode下Autosupport日志的收集

前面介绍过NetApp Cluster mode下autosupport日志的收集方法&#xff0c;最近遇到很多7-mode下客户扔出一个有故障指示灯的照片&#xff0c;然后让你判断问题的case。NetApp没有一个命令能很清晰的把所有的和硬件有关的问题列出来的命令。客户随之就说&#xff0c;要不输入一条…