tony2001 Sat Apr 23 18:37:15 2005 EDT
Modified files:
/phpdoc/en/reference/ibm_db2/functions db2-column-privileges.xml
db2-columns.xml
db2-foreign-keys.xml
db2-primary-keys.xml
Log:
minor improvements:
make it follow the DTD to shut up test_xml
couple of ' => " changes
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.3
phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.3 Thu Apr
21 02:33:25 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml Sat Apr
23 18:37:13 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-column-privileges">
<refnamediv>
@@ -85,51 +85,51 @@
the column privileges for columns matching the specified parameters. The
rows are composed of the following columns:
<informaltable>
- <tgroup cols='2'>
+ <tgroup cols="2">
<thead>
<row>
<entry>Column name</entry>
<entry>Description</entry>
</row>
</thead>
+ <tbody>
+ <row>
+ <entry>TABLE_CAT</entry>
+ <entry>Name of the catalog. The value is NULL if this table does not
+ have catalogs.</entry>
+ </row>
+ <row>
+ <entry>TABLE_SCHEM</entry>
+ <entry>Name of the schema.</entry>
+ </row>
+ <row>
+ <entry>TABLE_NAME</entry>
+ <entry>Name of the table or view.</entry>
+ </row>
+ <row>
+ <entry>COLUMN_NAME</entry>
+ <entry>Name of the column.</entry>
+ </row>
+ <row>
+ <entry>GRANTOR</entry>
+ <entry>Authorization ID of the user who granted the privilege.</entry>
+ </row>
+ <row>
+ <entry>GRANTEE</entry>
+ <entry>Authorization ID of the user to whom the privilege was
+ granted.</entry>
+ </row>
+ <row>
+ <entry>PRIVILEGE</entry>
+ <entry>The privilege for the column.</entry>
+ </row>
+ <row>
+ <entry>IS_GRANTABLE</entry>
+ <entry>Whether the GRANTEE is permitted to grant this privilege to
+ other users.</entry>
+ </row>
+ </tbody>
</tgroup>
- <tbody>
- <row>
- <entry>TABLE_CAT</entry>
- <entry>Name of the catalog. The value is NULL if this table does not
- have catalogs.</entry>
- </row>
- <row>
- <entry>TABLE_SCHEM</entry>
- <entry>Name of the schema.</entry>
- </row>
- <row>
- <entry>TABLE_NAME</entry>
- <entry>Name of the table or view.</entry>
- </row>
- <row>
- <entry>COLUMN_NAME</entry>
- <entry>Name of the column.</entry>
- </row>
- <row>
- <entry>GRANTOR</entry>
- <entry>Authorization ID of the user who granted the privilege.</entry>
- </row>
- <row>
- <entry>GRANTEE</entry>
- <entry>Authorization ID of the user to whom the privilege was
- granted.</entry>
- </row>
- <row>
- <entry>PRIVILEGE</entry>
- <entry>The privilege for the column.</entry>
- </row>
- <row>
- <entry>IS_GRANTABLE</entry>
- <entry>Whether the GRANTEE is permitted to grant this privilege to
- other users.</entry>
- </row>
- </tbody>
</informaltable>
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-columns.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-columns.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.3
phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.3 Thu Apr 21
02:33:25 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-columns.xml Sat Apr 23
18:37:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-columns">
<refnamediv>
@@ -84,109 +84,109 @@
the columns matching the specified parameters. The rows are composed of
the following columns:
<informaltable>
- <tgroup cols='2'>
+ <tgroup cols="2">
<thead>
<row>
<entry>Column name</entry>
<entry>Description</entry>
</row>
</thead>
- </tgroup>
- <tbody>
- <row>
- <entry>TABLE_CAT</entry>
- <entry>Name of the catalog. The value is NULL if this table does not
- have catalogs.</entry>
- </row>
- <row>
- <entry>TABLE_SCHEM</entry>
- <entry>Name of the schema.</entry>
- </row>
- <row>
- <entry>TABLE_NAME</entry>
- <entry>Name of the table or view.</entry>
- </row>
- <row>
- <entry>COLUMN_NAME</entry>
- <entry>Name of the column.</entry>
- </row>
- <row>
- <entry>DATA_TYPE</entry>
- <entry>The SQL data type for the column represented as an integer
value.</entry>
- </row>
- <row>
- <entry>TYPE_NAME</entry>
- <entry>A string representing the data type for the column.</entry>
- </row>
- <row>
- <entry>COLUMN_SIZE</entry>
- <entry>An integer value representing the size of the column.</entry>
- </row>
- <row>
- <entry>BUFFER_LENGTH</entry>
- <entry>
- Maximum number of bytes necessary to store data from this column.
- </entry>
- </row>
- <row>
- <entry>DECIMAL_DIGITS</entry>
- <entry>
- The scale of the column, or &null; where scale is not applicable.
- </entry>
- </row>
- <row>
- <entry>NUM_PREC_RADIX</entry>
- <entry>
- An integer value of either <literal>10</literal> (representing
- an exact numeric data type), <literal>2</literal> (representing an
- approximate numeric data type), or &null; (representing a data type for
- which radix is not applicable).
+ <tbody>
+ <row>
+ <entry>TABLE_CAT</entry>
+ <entry>Name of the catalog. The value is NULL if this table does not
+ have catalogs.</entry>
+ </row>
+ <row>
+ <entry>TABLE_SCHEM</entry>
+ <entry>Name of the schema.</entry>
+ </row>
+ <row>
+ <entry>TABLE_NAME</entry>
+ <entry>Name of the table or view.</entry>
+ </row>
+ <row>
+ <entry>COLUMN_NAME</entry>
+ <entry>Name of the column.</entry>
+ </row>
+ <row>
+ <entry>DATA_TYPE</entry>
+ <entry>The SQL data type for the column represented as an integer
value.</entry>
+ </row>
+ <row>
+ <entry>TYPE_NAME</entry>
+ <entry>A string representing the data type for the column.</entry>
+ </row>
+ <row>
+ <entry>COLUMN_SIZE</entry>
+ <entry>An integer value representing the size of the column.</entry>
+ </row>
+ <row>
+ <entry>BUFFER_LENGTH</entry>
+ <entry>
+ Maximum number of bytes necessary to store data from this column.
+ </entry>
+ </row>
+ <row>
+ <entry>DECIMAL_DIGITS</entry>
+ <entry>
+ The scale of the column, or &null; where scale is not applicable.
+ </entry>
+ </row>
+ <row>
+ <entry>NUM_PREC_RADIX</entry>
+ <entry>
+ An integer value of either <literal>10</literal> (representing
+ an exact numeric data type), <literal>2</literal> (representing an
+ approximate numeric data type), or &null; (representing a data type
for
+ which radix is not applicable).
+ </entry>
+ </row>
+ <row>
+ <entry>NULLABLE</entry>
+ <entry>An integer value representing whether the column is nullable or
+ not.</entry>
+ </row>
+ <row>
+ <entry>REMARKS</entry>
+ <entry>Description of the column.</entry>
+ </row>
+ <row>
+ <entry>COLUMN_DEF</entry>
+ <entry>Default value for the column.</entry>
+ </row>
+ <row>
+ <entry>SQL_DATA_TYPE</entry>
+ <entry>An integer value representing the size of the column.</entry>
+ </row>
+ <row>
+ <entry>SQL_DATETIME_SUB</entry>
+ <entry>
+ Returns an integer value representing a datetime subtype code,
+ or &null; for SQL data types to which this does not apply.
+ </entry>
+ </row>
+ <row>
+ <entry>CHAR_OCTET_LENGTH</entry>
+ <entry>
+ Maximum length in octets for a character data type column, which
+ matches COLUMN_SIZE for single-byte character set data, or &null; for
+ non-character data types.
+ </entry>
+ </row>
+ <row>
+ <entry>ORDINAL_POSITION</entry>
+ <entry>The 1-indexed position of the column in the table.</entry>
+ </row>
+ <row>
+ <entry>IS_NULLABLE</entry>
+ <entry>
+ A string value where 'YES' means that the column is nullable and
+ 'NO' means that the column is not nullable.
</entry>
- </row>
- <row>
- <entry>NULLABLE</entry>
- <entry>An integer value representing whether the column is nullable or
- not.</entry>
- </row>
- <row>
- <entry>REMARKS</entry>
- <entry>Description of the column.</entry>
- </row>
- <row>
- <entry>COLUMN_DEF</entry>
- <entry>Default value for the column.</entry>
- </row>
- <row>
- <entry>SQL_DATA_TYPE</entry>
- <entry>An integer value representing the size of the column.</entry>
- </row>
- <row>
- <entry>SQL_DATETIME_SUB</entry>
- <entry>
- Returns an integer value representing a datetime subtype code,
- or &null; for SQL data types to which this does not apply.
- </entry>
- </row>
- <row>
- <entry>CHAR_OCTET_LENGTH</entry>
- <entry>
- Maximum length in octets for a character data type column, which
- matches COLUMN_SIZE for single-byte character set data, or &null; for
- non-character data types.
- </entry>
- </row>
- <row>
- <entry>ORDINAL_POSITION</entry>
- <entry>The 1-indexed position of the column in the table.</entry>
- </row>
- <row>
- <entry>IS_NULLABLE</entry>
- <entry>
- A string value where 'YES' means that the column is nullable and
- 'NO' means that the column is not nullable.
- </entry>
- </row>
- </tbody>
+ </row>
+ </tbody>
+ </tgroup>
</informaltable>
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml:1.2
phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml:1.2 Thu Apr
21 02:33:25 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-foreign-keys.xml Sat Apr 23
18:37:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-foreign-keys">
<refnamediv>
@@ -74,92 +74,92 @@
the foreign keys for the specified table. The result set is composed of the
following columns:
<informaltable>
- <tgroup cols='2'>
+ <tgroup cols="2">
<thead>
<row>
<entry>Column name</entry>
<entry>Description</entry>
</row>
</thead>
+ <tbody>
+ <row>
+ <entry>PKTABLE_CAT</entry>
+ <entry>
+ Name of the catalog for the table containing the primary key. The
+ value is NULL if this table does not have catalogs.
+ </entry>
+ </row>
+ <row>
+ <entry>PKTABLE_SCHEM</entry>
+ <entry>
+ Name of the schema for the table containing the primary key.
+ </entry>
+ </row>
+ <row>
+ <entry>PKTABLE_NAME</entry>
+ <entry>Name of the table containing the primary key.</entry>
+ </row>
+ <row>
+ <entry>PKCOLUMN_NAME</entry>
+ <entry>Name of the column containing the primary key.</entry>
+ </row>
+ <row>
+ <entry>FKTABLE_CAT</entry>
+ <entry>
+ Name of the catalog for the table containing the foreign key. The
+ value is NULL if this table does not have catalogs.
+ </entry>
+ </row>
+ <row>
+ <entry>FKTABLE_SCHEM</entry>
+ <entry>
+ Name of the schema for the table containing the foreign key.
+ </entry>
+ </row>
+ <row>
+ <entry>FKTABLE_NAME</entry>
+ <entry>Name of the table containing the foreign key.</entry>
+ </row>
+ <row>
+ <entry>FKCOLUMN_NAME</entry>
+ <entry>Name of the column containing the foreign key.</entry>
+ </row>
+ <row>
+ <entry>KEY_SEQ</entry>
+ <entry>1-indexed position of the column in the key.</entry>
+ </row>
+ <row>
+ <entry>UPDATE_RULE</entry>
+ <entry>
+ Integer value representing the action applied to the foreign key
+ when the SQL operation is UPDATE.
+ </entry>
+ </row>
+ <row>
+ <entry>DELETE_RULE</entry>
+ <entry>
+ Integer value representing the action applied to the foreign key
+ when the SQL operation is DELETE.
+ </entry>
+ </row>
+ <row>
+ <entry>FK_NAME</entry>
+ <entry>The name of the foreign key.</entry>
+ </row>
+ <row>
+ <entry>PK_NAME</entry>
+ <entry>The name of the primary key.</entry>
+ </row>
+ <row>
+ <entry>DEFERRABILITY</entry>
+ <entry>
+ An integer value representing whether the foreign key deferrability is
+ SQL_INITIALLY_DEFERRED, SQL_INITIALLY_IMMEDIATE, or
+ SQL_NOT_DEFERRABLE.
+ </entry>
+ </row>
+ </tbody>
</tgroup>
- <tbody>
- <row>
- <entry>PKTABLE_CAT</entry>
- <entry>
- Name of the catalog for the table containing the primary key. The
- value is NULL if this table does not have catalogs.
- </entry>
- </row>
- <row>
- <entry>PKTABLE_SCHEM</entry>
- <entry>
- Name of the schema for the table containing the primary key.
- </entry>
- </row>
- <row>
- <entry>PKTABLE_NAME</entry>
- <entry>Name of the table containing the primary key.</entry>
- </row>
- <row>
- <entry>PKCOLUMN_NAME</entry>
- <entry>Name of the column containing the primary key.</entry>
- </row>
- <row>
- <entry>FKTABLE_CAT</entry>
- <entry>
- Name of the catalog for the table containing the foreign key. The
- value is NULL if this table does not have catalogs.
- </entry>
- </row>
- <row>
- <entry>FKTABLE_SCHEM</entry>
- <entry>
- Name of the schema for the table containing the foreign key.
- </entry>
- </row>
- <row>
- <entry>FKTABLE_NAME</entry>
- <entry>Name of the table containing the foreign key.</entry>
- </row>
- <row>
- <entry>FKCOLUMN_NAME</entry>
- <entry>Name of the column containing the foreign key.</entry>
- </row>
- <row>
- <entry>KEY_SEQ</entry>
- <entry>1-indexed position of the column in the key.</entry>
- </row>
- <row>
- <entry>UPDATE_RULE</entry>
- <entry>
- Integer value representing the action applied to the foreign key
- when the SQL operation is UPDATE.
- </entry>
- </row>
- <row>
- <entry>DELETE_RULE</entry>
- <entry>
- Integer value representing the action applied to the foreign key
- when the SQL operation is DELETE.
- </entry>
- </row>
- <row>
- <entry>FK_NAME</entry>
- <entry>The name of the foreign key.</entry>
- </row>
- <row>
- <entry>PK_NAME</entry>
- <entry>The name of the primary key.</entry>
- </row>
- <row>
- <entry>DEFERRABILITY</entry>
- <entry>
- An integer value representing whether the foreign key deferrability is
- SQL_INITIALLY_DEFERRED, SQL_INITIALLY_IMMEDIATE, or
- SQL_NOT_DEFERRABLE.
- </entry>
- </row>
- </tbody>
</informaltable>
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml:1.2
phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml:1.2 Thu Apr
21 02:33:25 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-primary-keys.xml Sat Apr 23
18:37:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-primary-keys">
<refnamediv>
@@ -73,45 +73,45 @@
the primary keys for the specified table. The result set is composed of the
following columns:
<informaltable>
- <tgroup cols='2'>
+ <tgroup cols="2">
<thead>
<row>
<entry>Column name</entry>
<entry>Description</entry>
</row>
</thead>
+ <tbody>
+ <row>
+ <entry>TABLE_CAT</entry>
+ <entry>
+ Name of the catalog for the table containing the primary key. The
+ value is NULL if this table does not have catalogs.
+ </entry>
+ </row>
+ <row>
+ <entry>TABLE_SCHEM</entry>
+ <entry>
+ Name of the schema for the table containing the primary key.
+ </entry>
+ </row>
+ <row>
+ <entry>TABLE_NAME</entry>
+ <entry>Name of the table containing the primary key.</entry>
+ </row>
+ <row>
+ <entry>COLUMN_NAME</entry>
+ <entry>Name of the column containing the primary key.</entry>
+ </row>
+ <row>
+ <entry>KEY_SEQ</entry>
+ <entry>1-indexed position of the column in the key.</entry>
+ </row>
+ <row>
+ <entry>PK_NAME</entry>
+ <entry>The name of the primary key.</entry>
+ </row>
+ </tbody>
</tgroup>
- <tbody>
- <row>
- <entry>TABLE_CAT</entry>
- <entry>
- Name of the catalog for the table containing the primary key. The
- value is NULL if this table does not have catalogs.
- </entry>
- </row>
- <row>
- <entry>TABLE_SCHEM</entry>
- <entry>
- Name of the schema for the table containing the primary key.
- </entry>
- </row>
- <row>
- <entry>TABLE_NAME</entry>
- <entry>Name of the table containing the primary key.</entry>
- </row>
- <row>
- <entry>COLUMN_NAME</entry>
- <entry>Name of the column containing the primary key.</entry>
- </row>
- <row>
- <entry>KEY_SEQ</entry>
- <entry>1-indexed position of the column in the key.</entry>
- </row>
- <row>
- <entry>PK_NAME</entry>
- <entry>The name of the primary key.</entry>
- </row>
- </tbody>
</informaltable>
</para>
</refsect1>