2012-03-01 22:08:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-03-14 10:16:22 +00:00
|
|
|
<!-- $Revision$ -->
|
2012-03-01 22:08:38 +00:00
|
|
|
|
|
|
|
<phpdoc:classref xml:id="class.mysqli-sql-exception" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<title>The mysqli_sql_exception class</title>
|
|
|
|
<titleabbrev>mysqli_sql_exception</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
|
|
|
<section xml:id="mysqli-sql-exception.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
The mysqli exception handling class.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="mysqli-sql-exception.synopsis">
|
|
|
|
&reftitle.classsynopsis;
|
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>mysqli_sql_exception</classname></ooclass>
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<ooclass>
|
|
|
|
<classname>mysqli_sql_exception</classname>
|
|
|
|
</ooclass>
|
|
|
|
<ooclass>
|
|
|
|
<modifier>extends</modifier>
|
|
|
|
<classname>RuntimeException</classname>
|
|
|
|
</ooclass>
|
|
|
|
</classsynopsisinfo>
|
|
|
|
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>protected</modifier>
|
2013-05-20 20:36:05 +00:00
|
|
|
<type>string</type>
|
2012-03-01 22:08:38 +00:00
|
|
|
<varname linkend="mysqli-sql-exception.props.sqlstate">sqlstate</varname>
|
|
|
|
</fieldsynopsis>
|
2013-05-20 20:36:05 +00:00
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
|
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
|
|
|
|
|
2012-03-01 22:08:38 +00:00
|
|
|
</classsynopsis>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xml:id="mysqli-sql-exception.props">
|
|
|
|
&reftitle.properties;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="mysqli-sql-exception.props.sqlstate">
|
|
|
|
<term><varname>sqlstate</varname></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
The sql state with the error.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
</phpdoc:classref>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|