Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents column metadata for SQL result.

Hierarchy

  • SqlColumnMetadata

Index

Properties

Properties

name

name: string

Column name.

nullable

nullable: boolean

Column nullability. If true, the column values can be null.

type

type: SqlColumnType

Column type.

Generated using TypeDoc