Skip to content

Commit c159024

Browse files
committed
Cross reference the rs.metaData section from the execute metaData section
1 parent e0c9c6b commit c159024

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,13 +1565,15 @@ additional information is included.
15651565
- `scale`: set only for `DB_TYPE_NUMBER` columns.
15661566
- `nullable`: indicates whether `NULL` values are permitted for this column.
15671567

1568-
For numeric arguments: when `precision` is `0`, then the column is
1568+
For numeric columns: when `precision` is `0`, then the column is
15691569
simply a `NUMBER`. If `precision` is nonzero and `scale` is `-127`,
15701570
then the column is a `FLOAT`. Otherwise, it is a `NUMBER(precision,
15711571
scale)`.
15721572

1573-
Note for Lobs, the [Lob type property](#proplobtype) also indicates
1574-
whether the object is a `BLOB` or `CLOB`.
1573+
Metadata for Result Sets and REF CURSORS is available in a
1574+
[ResultSet property](#rsmetadata). For Lobs, a
1575+
[Lob type property](#proplobtype) also indicates whether the object is
1576+
a `BLOB` or `CLOB`.
15751577

15761578
See [Query Column Metadata](#querymeta) for examples.
15771579

0 commit comments

Comments
 (0)