MixERP.Net.Core.Modules.BackOffice.Data.Admin.DatabaseUtility Class Reference

This class provides utility functions to execute routine PostgreSQL server functions. More...

Public Member Functions

void Analyze (string catalog)
 Asks the database server to analyze and collect statistics of the current database. For further information, http://www.postgresql.org/docs/9.4/static/sql-analyze.html More...
 
void Vacuum (string catalog)
 The vacuum command reclaims the storage space of the database server against the dead/inactive database tuples. For further information, http://www.postgresql.org/docs/9.4/static/sql-vacuum.html More...
 
void VacuumFull (string catalog)
 The vacuum full command frees the storage space of the database server against the dead/inactive database tuples. For further information, http://www.postgresql.org/docs/9.4/static/sql-vacuum.html. More...
 

Detailed Description

This class provides utility functions to execute routine PostgreSQL server functions.

Member Function Documentation

void MixERP.Net.Core.Modules.BackOffice.Data.Admin.DatabaseUtility.Analyze ( string  catalog)

Asks the database server to analyze and collect statistics of the current database. For further information, http://www.postgresql.org/docs/9.4/static/sql-analyze.html

void MixERP.Net.Core.Modules.BackOffice.Data.Admin.DatabaseUtility.Vacuum ( string  catalog)

The vacuum command reclaims the storage space of the database server against the dead/inactive database tuples. For further information, http://www.postgresql.org/docs/9.4/static/sql-vacuum.html

void MixERP.Net.Core.Modules.BackOffice.Data.Admin.DatabaseUtility.VacuumFull ( string  catalog)

The vacuum full command frees the storage space of the database server against the dead/inactive database tuples. For further information, http://www.postgresql.org/docs/9.4/static/sql-vacuum.html.


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