MongoLinkの操作
MongoLinkはMongoDBデータベースを扱うためのツールキットで,Wolfram言語に組み込まれている.これはLibraryLinkでMongoDB C Driverを使ってMongoDBデータベースを最小限のオーバーヘッドで接続する.
接続
MongoConnect — MongoDBデータベースに接続する
$MongoDefaultCAFile — 認証局ファイルを表す
MongoGetDatabase — MongoDBデータベースに接続する
MongoGetCollection — MongoDBのコレクションに接続する
クライアントレベルの操作
データベースレベルの操作
MongoDatabaseName ▪ MongoDatabaseDrop ▪ MongoGetCollectionNames
コレクションレベルの操作
MongoCollectionName ▪ MongoCollectionDrop ▪ MongoCollectionStats ▪ MongoCollectionValidate
MongoCollectionCount ▪ MongoCollectionFind ▪ MongoCollectionFindOne ▪ MongoCollectionAggregate ▪ MongoCollectionDistinct
MongoCollectionInsert ▪ MongoCollectionUpdateOne ▪ MongoCollectionUpdateMany ▪ MongoCollectionDeleteOne ▪ MongoCollectionDeleteMany ▪ MongoCollectionReplaceOne
カーソルレベルの操作
MongoCursorNext ▪ MongoWriteConcernCreate ▪ MongoCursorSetBatchSize ▪ MongoCursorGetBatchSize ▪ MongoCursorToArray
MongoLinkオブジェクト
MongoClient ▪ MongoDatabase ▪ MongoCollection ▪ MongoCursor
MongoWriteConcern ▪ BSONObjectID ▪ MongoInsertResult
一般
MongoDriverVersion — MongoLinkが使用するMongoDBドライバのバージョンを取得する