Public Member Functions | |
| MSSQLManager (string dataSource, string initialCatalog, string persistSecurityInfo, string userId, string password) | |
| MSSQLManager (string connection) | |
| Initialize the manager and set the connectionstring. | |
| SqlConnection | DatabaseConnection () |
| void | CheckMigration (string migrationStore) |
| Checks if we need to do some migrations to the database. | |
| void | ExecuteResourceSql (string name) |
| Execute a SQL statement stored in a resource, as a string. | |
| void | GetTableVersion (Dictionary< string, string > tableList) |
| Given a list of tables, return the version of the tables, as seen in the database. | |
| string | getVersion () |
| Returns the version of this DB provider. | |
| OpenSim::Data::MSSQL::MSSQLManager::MSSQLManager | ( | string | dataSource, | |
| string | initialCatalog, | |||
| string | persistSecurityInfo, | |||
| string | userId, | |||
| string | password | |||
| ) | [inline] |
| OpenSim::Data::MSSQL::MSSQLManager::MSSQLManager | ( | string | connection | ) | [inline] |
Initialize the manager and set the connectionstring.
| connection |
| SqlConnection OpenSim::Data::MSSQL::MSSQLManager::DatabaseConnection | ( | ) | [inline] |
| void OpenSim::Data::MSSQL::MSSQLManager::CheckMigration | ( | string | migrationStore | ) | [inline] |
Checks if we need to do some migrations to the database.
| migrationStore | migrationStore. |
| void OpenSim::Data::MSSQL::MSSQLManager::ExecuteResourceSql | ( | string | name | ) | [inline] |
Execute a SQL statement stored in a resource, as a string.
| name | the ressource string |
| void OpenSim::Data::MSSQL::MSSQLManager::GetTableVersion | ( | Dictionary< string, string > | tableList | ) | [inline] |
Given a list of tables, return the version of the tables, as seen in the database.
| tableList |
| string OpenSim::Data::MSSQL::MSSQLManager::getVersion | ( | ) | [inline] |
Returns the version of this DB provider.
1.5.1