OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.PGSQL.PGSQLManager Class Reference

A management class for the MS SQL Storage Engine More...

Public Member Functions

 PGSQLManager (string connection)
 Initialize the manager and set the connectionstring More...
 
void InitializeMonoSecurity ()
 
void CheckMigration (string migrationStore)
 Checks if we need to do some migrations to the database More...
 
string getVersion ()
 Returns the version of this DB provider More...
 

Detailed Description

A management class for the MS SQL Storage Engine

Definition at line 44 of file PGSQLManager.cs.

Constructor & Destructor Documentation

OpenSim.Data.PGSQL.PGSQLManager.PGSQLManager ( string  connection)
inline

Initialize the manager and set the connectionstring

Parameters
connection

Definition at line 57 of file PGSQLManager.cs.

Member Function Documentation

void OpenSim.Data.PGSQL.PGSQLManager.CheckMigration ( string  migrationStore)
inline

Checks if we need to do some migrations to the database

Parameters
migrationStoremigrationStore.

Definition at line 327 of file PGSQLManager.cs.

string OpenSim.Data.PGSQL.PGSQLManager.getVersion ( )
inline

Returns the version of this DB provider

Returns
A string containing the DB provider

Definition at line 343 of file PGSQLManager.cs.

void OpenSim.Data.PGSQL.PGSQLManager.InitializeMonoSecurity ( )
inline

Definition at line 63 of file PGSQLManager.cs.


The documentation for this class was generated from the following file: