ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cacheexecute

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:reference:cacheexecute [2016/01/17 01:23] – ↷ Links adapted because of a move operation mnewnhamv5:reference:connection:cacheexecute [2016/05/15 15:27] (current) – [Result] mnewnham
Line 16: Line 16:
  
   - If the first parameter passed is a positive integer, then the query cache is searched for a matching query cached within that period. If no matching cache file is found, A new statement is executed and cached.   - If the first parameter passed is a positive integer, then the query cache is searched for a matching query cached within that period. If no matching cache file is found, A new statement is executed and cached.
-  - If the first parameter is the SQL statement, the query cache default is used [[v5:reference:local_cache#default_ cache_secs|$cacheSecs]]+  - If the first parameter is the SQL statement, the query cache default is used [[v5:userguide:local_cache#default_ cache_secs|$cacheSecs]]
  
 ===== Parameters ===== ===== Parameters =====
Line 35: Line 35:
 ==== Result ===== ==== Result =====
 If the execution succeeds, it returns a recordset. This recordset can be used by functions such as [[v5:reference:connection:getupdatesql|getUpdateSQL()]] or [[v5:reference:recordset:fetchrow|fetchRow()]]. If the execution succeeds, it returns a recordset. This recordset can be used by functions such as [[v5:reference:connection:getupdatesql|getUpdateSQL()]] or [[v5:reference:recordset:fetchrow|fetchRow()]].
-if the execution fails, it returns false. You can access errors using [[v5:reference:errormsg|errorMsg()]].+if the execution fails, it returns false. You can access errors using [[v5:reference:connection:errormsg|errorMsg()]].
 ==== Usage ==== ==== Usage ====
 <code php> <code php>
v5/reference/connection/cacheexecute.1452990239.txt.gz · Last modified: 2017/04/21 11:36 (external edit)