You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ Constants for `execute()` [bind parameter](#executebindParams) and
295
295
[Lob](#proplobtype)`type` properties, for
296
296
[`fetchAsString`](#propdbfetchasstring) and
297
297
[`fetchInfo`](#propexecfetchinfo), and for
298
-
[extended metadata](#propexecextendedmetadata).
298
+
[extended metadata](#propdbextendedmetadata).
299
299
300
300
Not all constants can be used in all places.
301
301
@@ -319,7 +319,7 @@ Oracledb.STRING // (2001) Bind as JavaScript string type
319
319
320
320
#### <aname="oracledbconstantsdbtype"></a> 3.1.3 Oracle Database Type Constants
321
321
322
-
These types are shown in [extended metadata](#propexecextendedmetadata)
322
+
These types are shown in [extended metadata](#propdbextendedmetadata)
323
323
for queries and REF CURSORS. They indicate the Oracle database type.
324
324
325
325
```
@@ -1552,8 +1552,9 @@ Array metaData
1552
1552
For `SELECT` statements, this contains an array of objects describing
1553
1553
details of columns for the select list. For non queries, this property is undefined.
1554
1554
1555
-
Each column's `name` is always given. If the execute option
1556
-
[`extendedMetaData`](#propexecextendedmetadata) is `true` then
1555
+
Each column's `name` is always given. If the *Oracledb*
1556
+
[`extendedMetaData`](#propdbextendedmetadata) or `execute()` option
1557
+
[`extendedMetaData`](#propexecextendedmetadata) are `true` then
1557
1558
additional information is included.
1558
1559
1559
1560
-`name`: The column name follows Oracle's standard name-casing rules. It will commonly be uppercase, since most applications create tables using unquoted, case-insensitive names.
@@ -1976,8 +1977,9 @@ Array metaData
1976
1977
Contains an array of objects with metadata about the query or REF
1977
1978
CURSOR columns.
1978
1979
1979
-
Each column's `name` is always given. If the `execute()` option
1980
-
[`extendedMetaData`](#propexecextendedmetadata) is `true` then
1980
+
Each column's `name` is always given. If the *Oracledb*
1981
+
[`extendedMetaData`](#propdbextendedmetadata) or `execute()` option
1982
+
[`extendedMetaData`](#propexecextendedmetadata) are `true` then
1981
1983
additional information is included.
1982
1984
1983
1985
See [`result.metaData`](#execmetadata) for the available attributes.
0 commit comments