Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Databases.py File Reference

This file defines a class that extends ADataSource to allow connections to be made to MySQL databases. More...

Classes

class  Plugins.DataSource.MySQL.Databases.AMySQLDatabase
 This class extends ADatabase to allow connections to be made to MySQL databases. More...
 

Variables

string Plugins.DataSource.MySQL.Databases.mdsStatusOkay = "Okay"
 The default message (OK) generated by the data source.
 
int Plugins.DataSource.MySQL.Databases.mdsDefaultPort = 3306
 The default port to use when connecting to the data source.
 
string Plugins.DataSource.MySQL.Databases.mdsOpenDatabaseError = "failed to open the database \"{}\" in {} because: {}"
 The error message used when failing to open the specified database.
 
string Plugins.DataSource.MySQL.Databases.mdsDataOperationError = "failed to {} data from {} because: {}; {}"
 The error message used when a data operation fails.
 

Detailed Description

This file defines a class that extends ADataSource to allow connections to be made to MySQL databases.