uTools-Manuals/docs/php/ingres_next_error.html
2019-04-08 23:22:26 +08:00

77 lines
3.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Get the next Ingres error</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.ingres-next-error" class="refentry">
<div class="refnamediv">
<h1 class="refname">ingres_next_error</h1>
<p class="verinfo">(PECL ingres &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">ingres_next_error</span> &mdash; <span class="dc-title">Get the next Ingres error</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.ingres-next-error-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>ingres_next_error</strong></span>
([ <span class="methodparam"><span class="type">resource</span> <code class="parameter">$link</code></span>
] ) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
Get the next Ingres error for the last executed query. Each call to
<span class="function"><strong>ingres_next_error()</strong></span> can be followed by a call to
<span class="function"><a href="ingres_errno.html" class="function">ingres_errno()</a></span>, <span class="function"><a href="ingres_error.html" class="function">ingres_error()</a></span>
or <span class="function"><a href="ingres_errsqlstate.html" class="function">ingres_errsqlstate()</a></span> to get the respective error
number, error text, or SQL STATE. While
<span class="function"><strong>ingres_next_error()</strong></span> returns <strong><code>TRUE</code></strong>, there are more errors
to fetch.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.ingres-next-error-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">link</code></dt>
<dd>
<p class="para">
The connection link identifier
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.ingres-next-error-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
<span class="function"><strong>ingres_next_error()</strong></span> returns <strong><code>TRUE</code></strong> if there is another
error to retrieve or <strong><code>FALSE</code></strong> when there are no more errors
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.ingres-next-error-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="ingres_errno.html" class="function" rel="rdfs-seeAlso">ingres_errno()</a> - Get the last Ingres error number generated</span></li>
<li class="member"><span class="function"><a href="ingres_error.html" class="function" rel="rdfs-seeAlso">ingres_error()</a> - Get a meaningful error message for the last error generated</span></li>
<li class="member"><span class="function"><a href="ingres_errsqlstate.html" class="function" rel="rdfs-seeAlso">ingres_errsqlstate()</a> - Get the last SQLSTATE error code generated</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>