diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 7c4de83b30b5d2ea0043bcccdc82060d9306e836..c26b10ab0e361d96cf05f60a5cd390328bfdaf4a 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -703,7 +703,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - CARDINALITY (integer) + CARDINALITY (integer) number of rows in the result set @@ -712,7 +712,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATA + DATA actual data item (therefore, the data type of this field @@ -722,7 +722,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATETIME_INTERVAL_CODE (integer) + DATETIME_INTERVAL_CODE (integer) ? @@ -731,7 +731,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - DATETIME_INTERVAL_PRECISION (integer) + DATETIME_INTERVAL_PRECISION (integer) not implemented @@ -740,7 +740,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - INDICATOR (integer) + INDICATOR (integer) the indicator (indicating a null value or a value truncation) @@ -749,7 +749,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - KEY_MEMBER (integer) + KEY_MEMBER (integer) not implemented @@ -758,7 +758,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - LENGTH (integer) + LENGTH (integer) length of the datum in characters @@ -767,7 +767,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - NAME (string) + NAME (string) name of the column @@ -776,7 +776,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - NULLABLE (integer) + NULLABLE (integer) not implemented @@ -785,7 +785,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - OCTET_LENGTH (integer) + OCTET_LENGTH (integer) length of the character representation of the datum in bytes @@ -794,7 +794,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - PRECISION (integer) + PRECISION (integer) precision (for type numeric) @@ -803,7 +803,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - RETURNED_LENGTH (integer) + RETURNED_LENGTH (integer) length of the datum in characters @@ -812,7 +812,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - RETURNED_OCTET_LENGTH (integer) + RETURNED_OCTET_LENGTH (integer) length of the character representation of the datum in bytes @@ -821,7 +821,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - SCALE (integer) + SCALE (integer) scale (for type numeric) @@ -830,7 +830,7 @@ EXEC SQL GET DESCRIPTOR name VALUE num - TYPE (integer) + TYPE (integer) numeric code of the data type of the column