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.
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
15691569simply a ` NUMBER ` . If ` precision ` is nonzero and ` scale ` is ` -127 ` ,
15701570then the column is a ` FLOAT ` . Otherwise, it is a `NUMBER(precision,
15711571scale)`.
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
15761578See [ Query Column Metadata] ( #querymeta ) for examples.
15771579
You can’t perform that action at this time.
0 commit comments