reference/cubrid/functions/cubrid-schema.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -17,16 +17,15 @@
17
17
<methodparam choice="opt"><type>string</type><parameter>attr_name</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
-
The <function>cubrid_schema</function> function is used to get the
21
-
requested schema information from database. You have to designate
22
-
<parameter>class_name</parameter>, if you want to get information on
23
-
certain class, <parameter>attr_name</parameter>, if you want to get
24
-
information on certain attribute (can be used only with CUBRID_
25
-
SCH_ATTR_PRIVILEGE).
20
+
The <function>cubrid_schema</function> function is used to get the
21
+
requested schema information from database. To get information about specific class,
22
+
set the <parameter>class_name</parameter>, to get information about specific attribute
23
+
(can be used only with <constant>CUBRID_SCH_ATTR_PRIVILEGE</constant>),
24
+
set the <parameter>attr_name</parameter>.
26
25
</para>
27
26

28
27
<para>
29
-
The result of the cubrid_schema function is returned as a two-dimensional
28
+
The result of the <function>cubrid_schema</function> function is returned as a two-dimensional
30
29
array (column (associative array) * row (numeric array)). The following
31
30
tables shows types of schema and the column structure of the result array to
32
31
be returned based on the schema type.
...
...
@@ -432,10 +431,7 @@
432
431
<refsect1 role="returnvalues">
433
432
&reftitle.returnvalues;
434
433
<para>
435
-
Array containing the schema information, when process is successful;
436
-
</para>
437
-
<para>
438
-
&false;, when process is unsuccessful
434
+
Array containing the schema information, when process is successful,&return.falseforfailure;.
439
435
</para>
440
436
</refsect1>
441
437
442
438