[This is preliminary documentation and is subject to change.]
Provides NFX data access apis for MongoDB
Classes
Class | Description | |
---|---|---|
![]() | MongoDBCRUDQueryHandlerBase |
A base for ICRUDQueryHandler-derivatives for mongo
|
![]() | MongoDBCRUDScriptQueryHandler |
Executes MongoDB CRUD script-based queries
|
![]() | MongoDBCursor | |
![]() | MongoDBDataAccessException |
Thrown by MongoDB data access classes
|
![]() | MongoDBDataStore |
Implements MongoDB general data store that supports CRUD operations.
This class IS thread-safe load/save/delete operations
|
![]() | MongoDBDataStoreBase |
Implements MongoDB store base functionality
Connect string takes form of:
mongo{server="mongo://localhost:27017" db="myDB"} |
![]() | MongoDBLogMessageDataStore |
Implements a store that sends log messages into MongoDB
|
![]() | StringConsts |
Structures
Structure | Description | |
---|---|---|
![]() | MongoDBCRUDQueryExecutionContext |
Provides query execution environment in MongoDB database context
|