php man page for pdoexception

Query: pdoexception

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PDOEXCEPTION(3) 							 1							   PDOEXCEPTION(3)

The PDOException class

INTRODUCTION
Represents an error raised by PDO. You should not throw a PDOException from your own code. See Exceptions for more information about Exceptions in PHP.
CLASS SYNOPSIS
PDOException PDOExceptionextends RuntimeException Properties o public array$errorInfo o protected string$code Inherited properties o protected string$message o protected int$code o protected string$file o protected int$line Inherited methods o finalpublic string Exception::getMessage (void ) o finalpublic Exception Exception::getPrevious (void ) o finalpublic mixed Exception::getCode (void ) o finalpublic string Exception::getFile (void ) o finalpublic int Exception::getLine (void ) o finalpublic array Exception::getTrace (void ) o finalpublic string Exception::getTraceAsString (void ) o public string Exception::__toString (void ) o finalprivate void Exception::__clone (void )
PROPERTIES
o $errorInfo - Corresponds to PDO.errorInfo(3) or PDOStatement.errorInfo(3) o $code - SQLSTATE error code. Use Exception.getCode(3) to access it. PHP Documentation Group PDOEXCEPTION(3)
Related Man Pages
xml::sax::exception(3) - mojave
xml::sax::exception5.18(3) - mojave
errorexception(3) - php
mongodbdriverserver(3) - php
xml::sax::exception(3pm) - debian
Similar Topics in the Unix Linux Community
Multiple protected directories
Anaconda Exception: parserError: xmlParseMemory() failed
Data Extraction From a File
Advanced Exception Handling in C++
Need to extract a String from log file