2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:02:41 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.sqlite-key" xmlns="http://docbook.org/ns/docbook">
|
2005-01-12 08:56:59 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>sqlite_key</refname>
|
2012-01-12 05:58:52 +00:00
|
|
|
<refname>SQLiteResult::key</refname>
|
2005-01-12 08:56:59 +00:00
|
|
|
<refpurpose>Returns the current row index</refpurpose>
|
|
|
|
</refnamediv>
|
2005-02-21 00:31:07 +00:00
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2012-01-11 06:50:17 +00:00
|
|
|
<para>&style.oop; (method):</para>
|
2012-01-13 14:20:43 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>SQLiteResult::key</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
2005-01-12 08:56:59 +00:00
|
|
|
<para>
|
2012-11-12 09:25:24 +00:00
|
|
|
<methodname>SQLiteResult::key</methodname> returns the current row index of
|
|
|
|
the buffered result set <parameter>result</parameter>.
|
2005-01-12 08:56:59 +00:00
|
|
|
</para>
|
2005-02-21 00:31:07 +00:00
|
|
|
<para>
|
2012-11-12 09:25:24 +00:00
|
|
|
Unlike all other SQLite functions, this function does not have a procedural
|
|
|
|
version, and can only be called as a method on a
|
|
|
|
<classname>SQLiteResult</classname> object.
|
2005-02-21 00:31:07 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
Returns the current row index of the buffered result set
|
|
|
|
<parameter>result</parameter>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
2005-01-12 08:56:59 +00:00
|
|
|
<para>
|
2005-02-21 00:31:07 +00:00
|
|
|
<simplelist>
|
|
|
|
<member><function>sqlite_next</function></member>
|
|
|
|
<member><function>sqlite_current</function></member>
|
|
|
|
<member><function>sqlite_rewind</function></member>
|
|
|
|
</simplelist>
|
2005-01-12 08:56:59 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2005-02-21 00:31:07 +00:00
|
|
|
|
2005-01-12 08:56:59 +00:00
|
|
|
<!-- 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
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-01-12 08:56:59 +00:00
|
|
|
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
|
|
|
|
-->
|