ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:reference_index

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:reference_index [2025/07/18 03:36] – [Manipulating Dates & Times] mnewnhamv5:reference:reference_index [2026/02/23 02:55] (current) – [Table] mnewnham
Line 83: Line 83:
 | [[v5:reference:connection:getinsertsql|getInsertSQL()]]  | Creates a database-specific SQL INSERT statement based on supplied parameters   | | [[v5:reference:connection:getinsertsql|getInsertSQL()]]  | Creates a database-specific SQL INSERT statement based on supplied parameters   |
 | [[v5:reference:connection:ifnull|ifNull()]]              | Replaces a null value with a specified replacement                              | | [[v5:reference:connection:ifnull|ifNull()]]              | Replaces a null value with a specified replacement                              |
 +| [[v5:reference:connection:length|length()]]              | Creates database-specific SQL to obtain the length of data in a column          |
 | [[v5:reference:connection:qstr|quote()]]                 | Is a pseudonym for the function [[v5:reference:connection:qstr]]                | | [[v5:reference:connection:qstr|quote()]]                 | Is a pseudonym for the function [[v5:reference:connection:qstr]]                |
 | [[v5:reference:connection:qstr|qStr()]]                  | Appropriately quotes strings with ' characters for insertion into the database  | | [[v5:reference:connection:qstr|qStr()]]                  | Appropriately quotes strings with ' characters for insertion into the database  |
Line 143: Line 144:
  
 ==== Error Handling ====  ==== Error Handling ==== 
-|[[v5:reference:connection:errormsg|errorMsg()]]|Returns a database specific error message| +| [[v5:reference:connection:errormsg|errorMsg()]]          | Returns a database specific error message                                                                                                                    | 
-|[[v5:reference:connection:ignoreerrors|ignoreErrors()]]|Overrides the built-in transaction and error handling status| +| [[v5::reference:connection:errorno|errorNo()]]           | Retuns a database specific error code                                                                                                                        
-|[[v5:reference:connection:metaerror|metaError()]]|Returns a portable error number based on a database specific error| +| [[v5:reference:connection:ignoreerrors|ignoreErrors()]]  | Overrides the built-in transaction and error handling status                                                                                                 
-|[[v5:reference:connection:metaerrormsg|metaErrorMsg()]]|Returns a portable error message based on a portable error number. The language of the message may be controlled by [[v5:reference:adodb_lang|$ADODB_LANG]]|+| [[v5:reference:connection:metaerror|metaError()]]        | Returns a portable error number based on a database specific error                                                                                           
 +| [[v5:reference:connection:metaerrormsg|metaErrorMsg()]]  | Returns a portable error message based on a portable error number. The language of the message may be controlled by [[v5:reference:adodb_lang|$ADODB_LANG]]  |
  
    
v5/reference/reference_index.1752802579.txt.gz · Last modified: by mnewnham