OptionalbyteDatabase byte size. This is only set for DB_TYPE_VARCHAR, DB_TYPE_CHAR and DB_TYPE_RAW column types.
OptionaldbOne of the mle-js-oracledb Database Type Constants, see DbType.
OptionaldbThe class associated with the database type. This is only set if the database type is an object type.
OptionaldbName of the database type, such as "NUMBER" or "VARCHAR2".
OptionalfetchOne of the mle-js-oracledb JS Type Constants.
OptionalisIndicates if the column is known to contain binary encoded OSON data.
OptionalisIndicates if the column is known to contain a sparse vector.
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.
OptionalnullableIndicates whether NULL values are permitted for this column.
OptionalprecisionSet only for DB_TYPE_NUMBER, DB_TYPE_TIMESTAMP, DB_TYPE_TIMESTAMP_TZ and DB_TYPE_TIMESTAMP_LTZ columns.
OptionalscaleSet only for DB_TYPE_NUMBER columns.
OptionalvectorNumber of Dimensions in vector.
OptionalvectorStorage type of elements in vector.
Interface representing metadata as used in IResultSets and statement info.