[This is preliminary documentation and is subject to change.]
Provides NFX data access apis for MySQL
Classes
| Class | Description | |
|---|---|---|
| CRUDGenerator | ||
| GeneratorUtils |
Facilitates various SQL-construction and logging tasks
| |
| MySQLCRUDScriptQueryHandler |
Executes MySql CRUD script-based queries
| |
| MySQLCRUDTransaction |
Represents MySQL CRUD transaction
| |
| MySQLCursor | ||
| MySQLDataAccessException |
Thrown by MySQL data access classes
| |
| MySQLDataStore |
Implements MySQL general data store that auto-generates SQLs for record models and supports CRUD operations.
This class IS thread-safe load/save/delete operations
| |
| MySQLDataStoreBase |
Implements MySQL store base functionality
| |
| StringConsts |
Structures
| Structure | Description | |
|---|---|---|
| MySQLCRUDQueryExecutionContext |
Provides query execution environment in MySql context
|