| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 105 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
SQLException:: (6 méthodes):
__construct()
setUserInfo()
getUserInfo()
setNativeError()
getNativeError()
toString()
Classe: SQLException - X-Ref
A class for handling database-related errors.| __construct($msg, $native = null, $userinfo = null) X-Ref |
| Constructs a SQLException. param: string $msg Error message param: string $native Native DB error message. param: string $userinfo More info, e.g. the SQL statement or the connection string that caused the error. |
| setUserInfo($info) X-Ref |
| Sets additional user / debug information for this error. param: array $info return: void |
| getUserInfo() X-Ref |
| Returns the additional / debug information for this error. return: array hash of user info properties. |
| setNativeError($msg) X-Ref |
| Sets driver native error message. param: string $info return: void |
| getNativeError() X-Ref |
| Gets driver native error message. return: string |
| toString() X-Ref |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |