Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

db_set_connection_mode()

Description

Used to force the database connection mode before running a particular SQL query

NOTE: this will generate a global variable that can be used to determine which mode is currently set.

IMPORTANT: It is the responsibility of each function to clear the current db mode once it finished running the query
as the variable is not meant to persist between queries.

Parameters

ColumnTypeDefaultDescription
$name string The name of the connection mode

Return

void

This article was last updated 25th April 2024 20:35 Europe/London time based on the source file dated 4th April 2024 10:05 Europe/London time.