2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:54:14 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.maxdb-stmt-init">
|
2007-01-29 16:56:02 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>maxdb_stmt_init</refname>
|
|
|
|
<refname>maxdb->stmt_init</refname>
|
|
|
|
<refpurpose>Initializes a statement and returns an resource for use with maxdb_stmt_prepare</refpurpose>
|
|
|
|
</refnamediv>
|
2007-06-16 19:11:13 +00:00
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2010-05-09 03:09:46 +00:00
|
|
|
<para>&style.procedural;</para>
|
2007-01-29 16:56:02 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>resource</type><methodname>maxdb_stmt_init</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2010-05-09 02:51:44 +00:00
|
|
|
<para>&style.oop;</para>
|
2007-01-29 16:56:02 +00:00
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>maxdb</classname></ooclass>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>object</type><methodname>stmt_init</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
|
|
|
</classsynopsis>
|
|
|
|
<para>
|
|
|
|
Allocates and initializes a statement resource suitable for
|
|
|
|
<function>maxdb_stmt_prepare</function>.
|
|
|
|
</para>
|
|
|
|
<note>
|
2005-01-12 18:53:25 +00:00
|
|
|
<para>
|
2007-01-29 16:56:02 +00:00
|
|
|
Any subsequent calls to any maxdb_stmt function
|
|
|
|
will fail until <function>maxdb_stmt_prepare</function> was called.
|
2005-01-12 18:53:25 +00:00
|
|
|
</para>
|
2007-01-29 16:56:02 +00:00
|
|
|
</note>
|
|
|
|
</refsect1>
|
2007-06-16 19:11:13 +00:00
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
2007-01-29 16:56:02 +00:00
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
Returns an resource.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-06-16 19:11:13 +00:00
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
2007-01-29 16:56:02 +00:00
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
2007-06-16 19:11:13 +00:00
|
|
|
<simplelist>
|
|
|
|
<member><function>maxdb_stmt_prepare</function></member>
|
|
|
|
</simplelist>
|
2007-01-29 16:56:02 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-06-16 19:11:13 +00:00
|
|
|
|
2007-01-29 16:56:02 +00:00
|
|
|
</refentry>
|
2005-01-12 18:53:25 +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
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-01-12 18:53:25 +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
|
|
|
|
-->
|