reference/ibase/functions/ibase-prepare.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -41,6 +41,25 @@
41
41
</para>
42
42
</listitem>
43
43
</varlistentry>
44
+
<varlistentry>
45
+
<term><parameter>link_identifier</parameter></term>
46
+
<listitem>
47
+
<para>
48
+
An InterBase link identifier returned from
49
+
<function>ibase_connect</function>. If omitted, the last opened link
50
+
is assumed.
51
+
</para>
52
+
</listitem>
53
+
</varlistentry>
54
+
<varlistentry>
55
+
<term><parameter>trans</parameter></term>
56
+
<listitem>
57
+
<para>
58
+
An InterBase transaction handle the query should be associated with.
59
+
If omitted, the default transaction of the connection is assumed.
60
+
</para>
61
+
</listitem>
62
+
</varlistentry>
44
63
</variablelist>
45
64
</para>
46
65
</refsect1>
47
66