v5:reference:loadbalancer:setsessionvariable
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
v5:reference:loadbalancer:setsessionvariable [2017/04/16 19:15] – created mnewnham | v5:reference:loadbalancer:setsessionvariable [2017/04/25 01:10] (current) – mnewnham | ||
---|---|---|---|
Line 3: | Line 3: | ||
<WRAP right box> | <WRAP right box> | ||
== Applies To == | == Applies To == | ||
- | ADOdb Load Balancer | + | [[v5: |
== Syntax == | == Syntax == | ||
bool setSessionVariable( | bool setSessionVariable( | ||
Line 13: | Line 13: | ||
</ | </ | ||
===== Description ===== | ===== Description ===== | ||
- | The method '' | + | The method '' |
--------------------------- | --------------------------- | ||
===== Usage ==== | ===== Usage ==== | ||
Line 23: | Line 23: | ||
$ok = $db-> | $ok = $db-> | ||
</ | </ | ||
+ | ===== Parameters ===== | ||
+ | ==== $key ==== | ||
+ | ==== $parameter ==== | ||
+ | ==== $immediateExecution ==== | ||
+ | If the parameter is set to true, the method iterates through all the connections in the pool, establishes a connection to the database and executes the command. | ||
+ | If set to false, then parameters are executed the first time a connection is made to the database. | ||
+ |
v5/reference/loadbalancer/setsessionvariable.1492362939.txt.gz · Last modified: 2017/04/21 11:37 (external edit)