db_version
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_version()
| Name | Location | Description |
|---|---|---|
| db_status_report | includes/database.pgsql.inc | Report database status. |
| db_version | includes/database.pgsql.inc | Returns the version of the database server currently in use. |
Functions called by db_version()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| db_version | includes/database.pgsql.inc | Returns the version of the database server currently in use. |
