Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ColumnSummary

The details of a column in a table fetched from the database.

Properties

Optional characterLength

characterLength: undefined | number

Character length. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

columnName

columnName: string

Name of the column.

dataType

dataType: string

Data type of the column.

length

length: number

Length of the data represented by the column. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional precision

precision: undefined | number

Precision of the column. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional scale

scale: undefined | number

Scale of the column. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

schemaName

schemaName: string

Name of the schema.

tableName

tableName: string

Name of the table.

Functions

getDeserializedJsonObj

getJsonObj