ingres_next_error
(PECL ingres >= 2.0.0)
ingres_next_error — Get the next Ingres error
説明
bool ingres_next_error
([ resource $link
] )
Get the next Ingres error for the last executed query. Each call to ingres_next_error() can be followed by a call to ingres_errno(), ingres_error() or ingres_errsqlstate() to get the respective error number, error text, or SQL STATE. While ingres_next_error() returns TRUE, there are more errors to fetch.
パラメータ
- link
-
The connection link identifier
返り値
ingres_next_error() returns TRUE if there is another error to retrieve or FALSE when there are no more errors
参考
- ingres_errno() - 直近に発生した ingres エラー番号を取得する
- ingres_error() - 直近に発生したエラーのエラーメッセージを取得する
- ingres_errsqlstate() - 直近に発生した SQLSTATE エラーコードを取得する
ingres_next_error
There are no user contributed notes for this page.
