Optional
byteDatabase byte size. This is only set for DB_TYPE_VARCHAR, DB_TYPE_CHAR and DB_TYPE_RAW column types.
Optional
dbOne of the mle-js-oracledb Database Type Constants, see DbType.
Optional
dbName of the database type, such as “NUMBER” or “VARCHAR2”.
Optional
fetchOne of the mle-js-oracledb JS Type Constants.
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.
Optional
nullableIndicates whether NULL values are permitted for this column.
Optional
precisionSet only for DB_TYPE_NUMBER, DB_TYPE_TIMESTAMP, DB_TYPE_TIMESTAMP_TZ and DB_TYPE_TIMESTAMP_LTZ columns.
Optional
scaleSet only for DB_TYPE_NUMBER columns.
Optional
vectorNumber of Dimensions in vector.
Oracle 23.4
Optional
vectorStorage type of elements in vector.
Oracle 23.4
Interface representing metadata as used in IResultSets and statement info.