reference/uodbc/functions/odbc-gettypeinfo.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>resource</type><methodname>odbc_gettypeinfo</methodname>
13
-
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter></methodparam>
12
+
<type class="union"><type>resource</type><type>false</type></type><methodname>odbc_gettypeinfo</methodname>
13
+
<methodparam><type>resource</type><parameter>odbc</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter><initializer>0</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Retrieves information about data types supported by the data source.
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>connection_id</parameter></term>
26
+
<term><parameter>odbc</parameter></term>
27
27
<listitem>
28
28
&odbc.connection.id;
29
29
</listitem>
...
...
@@ -73,7 +73,6 @@
73
73
</refsect1>
74
74

75
75
</refentry>
76
-

77
76
<!-- Keep this comment at the end of the file
78
77
Local variables:
79
78
mode: sgml
80
79