reference/uodbc/functions/odbc-field-scale.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -8,9 +8,9 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>int</type><methodname>odbc_field_scale</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
13
-
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
11
+
<type class="union"><type>int</type><type>false</type></type><methodname>odbc_field_scale</methodname>
12
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>field</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Gets the scale of the field referenced by number in the given result
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>result_id</parameter></term>
25
+
<term><parameter>statement</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The result identifier.
...
...
@@ -30,7 +30,7 @@
30
30
</listitem>
31
31
</varlistentry>
32
32
<varlistentry>
33
-
<term><parameter>field_number</parameter></term>
33
+
<term><parameter>field</parameter></term>
34
34
<listitem>
35
35
<para>
36
36
The field number. Field numbering starts at 1.
...
...
@@ -47,7 +47,6 @@
47
47
</para>
48
48
</refsect1>
49
49
</refentry>
50
-

51
50
<!-- Keep this comment at the end of the file
52
51
Local variables:
53
52
mode: sgml
54
53