ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:loadbalancer:getconnection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
v5:reference:loadbalancer:getconnection [2017/04/28 00:37] – created mnewnhamv5:reference:loadbalancer:getconnection [2017/05/11 00:40] mnewnham
Line 16: Line 16:
 The method ''getConnection()'' gets a connection of the requested type ''(write/readonly)'' and ensures that the connection is established and all initialization is complete. The method ''getConnection()'' gets a connection of the requested type ''(write/readonly)'' and ensures that the connection is established and all initialization is complete.
  
-The returned object is an [[v5:reference:connection:newadoconnection|ADOdb connection object]], which can be accessed in the normal way+The returned object is an [[v5:reference:connection:adonewconnection|ADOdb connection object]], which can be accessed in the normal way
  
 --------------------------- ---------------------------
 +<WRAP tip>
 +To ensure the accuracy of the response, you should have already executed at least one statement against the load balancer connection, or used a method such as **clusterExecute**
 +</WRAP>
 ===== Usage ===== ===== Usage =====
-<code php> +If the system could not determine whether the command to be executed is read-only or not, for example in a stored procedure, then this method can be used to retrieve a connection of the appropriate type. 
-</code>+
  
v5/reference/loadbalancer/getconnection.txt · Last modified: 2017/05/11 00:51 by mnewnham