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
fetchOne of the mle-js-oracledb JS Type Constants, see javaScriptType.
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.
Interface representing meta data as used in IResultSets and statement info.