|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: hirokawa Status: ready --> |
| 3 | +<!-- EN-Revision: ed1aff13602c94f86344bdd7c4fbc31f5a71bf84 Maintainer: hirokawa Status: ready --> |
4 | 4 | <!-- CREDITS: takagi,mumumu --> |
5 | 5 | <refentry xml:id="function.odbc-columnprivileges" xmlns="http://docbook.org/ns/docbook"> |
6 | 6 | <refnamediv> |
|
10 | 10 | <refsect1 role="description"> |
11 | 11 | &reftitle.description; |
12 | 12 | <methodsynopsis> |
13 | | - <type class="union"><type>resource</type><type>false</type></type><methodname>odbc_columnprivileges</methodname> |
14 | | - <methodparam><type>resource</type><parameter>odbc</parameter></methodparam> |
| 13 | + <type class="union"><type>Odbc\Result</type><type>false</type></type><methodname>odbc_columnprivileges</methodname> |
| 14 | + <methodparam><type>Odbc\Connection</type><parameter>odbc</parameter></methodparam> |
15 | 15 | <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>catalog</parameter></methodparam> |
16 | 16 | <methodparam><type>string</type><parameter>schema</parameter></methodparam> |
17 | 17 | <methodparam><type>string</type><parameter>table</parameter></methodparam> |
|
72 | 72 | <refsect1 role="returnvalues"> |
73 | 73 | &reftitle.returnvalues; |
74 | 74 | <para> |
75 | | - ODBC 結果 ID を返します。&return.falseforfailure;。 |
76 | | - この結果 ID を使用して、カラムや関連する権限の一覧を取得します。 |
| 75 | + &odbc.result.object-return-falseforfailure; |
| 76 | + この結果オブジェクトを使用して、カラムや関連する権限の一覧を取得します。 |
77 | 77 | </para> |
78 | 78 | <para> |
79 | 79 | 結果は以下のカラムを有します。 |
|
95 | 95 | </simpara> |
96 | 96 | </refsect1> |
97 | 97 |
|
| 98 | + <refsect1 role="changelog"> |
| 99 | + &reftitle.changelog; |
| 100 | + <informaltable> |
| 101 | + <tgroup cols="2"> |
| 102 | + <thead> |
| 103 | + <row> |
| 104 | + <entry>&Version;</entry> |
| 105 | + <entry>&Description;</entry> |
| 106 | + </row> |
| 107 | + </thead> |
| 108 | + <tbody> |
| 109 | + &odbc.changelog.connection-param; |
| 110 | + </tbody> |
| 111 | + </tgroup> |
| 112 | + </informaltable> |
| 113 | + </refsect1> |
| 114 | + |
98 | 115 | <refsect1 role="examples"> |
99 | 116 | &reftitle.examples; |
100 | 117 | <example xml:id="odbc-columnprivileges.example.basic"> |
|
0 commit comments