| PHP » GoLang | login |
            register |
            
            about | 
| GoLang PDOStatement::errorCode
                                request it (694)
                            GoLang replacement for PHP's PDOStatement::errorCode
                            [edit | history] 
                             PDOStatement::errorCode(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDOStatement::errorCode — Fetch the SQLSTATE associated with the last operation on the statement handle Description
   public string PDOStatement::errorCode
    ( void
   ) Return ValuesIdentical to PDO::errorCode(), except that PDOStatement::errorCode() only retrieves error codes for operations performed with PDOStatement objects. Examples
 Example #1 Retrieving an SQLSTATE code 
<?phpThe above example will output: PDOStatement::errorCode(): 42S02 See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |