Represents column metadata for SQL result.

Hierarchy

  • SqlColumnMetadata

Properties

Properties

name: string

Column name.

nullable: boolean

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

Column type.

Generated using TypeDoc