File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1565,13 +1565,15 @@ additional information is included.
1565
1565
- ` scale ` : set only for ` DB_TYPE_NUMBER ` columns.
1566
1566
- ` nullable ` : indicates whether ` NULL ` values are permitted for this column.
1567
1567
1568
- For numeric arguments : when ` precision ` is ` 0 ` , then the column is
1568
+ For numeric columns : when ` precision ` is ` 0 ` , then the column is
1569
1569
simply a ` NUMBER ` . If ` precision ` is nonzero and ` scale ` is ` -127 ` ,
1570
1570
then the column is a ` FLOAT ` . Otherwise, it is a `NUMBER(precision,
1571
1571
scale)`.
1572
1572
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 ` .
1575
1577
1576
1578
See [ Query Column Metadata] ( #querymeta ) for examples.
1577
1579
You can’t perform that action at this time.
0 commit comments