Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TableColumn

Hierarchy

  • TableColumn

Index

Constructors

constructor

Methods

exists

  • exists(): Promise<boolean>

getName

  • getName(): string

getType

remove

  • remove(): Promise<boolean>
  • Remove the column from the table

    Returns Promise<boolean>

    true, if the column was succesfuly removed

rename

  • rename(newName: string): Promise<boolean>
  • Rename the column

    Parameters

    • newName: string

      new table name

    Returns Promise<boolean>

    true, if the column was succesfuly renamed

Generated using TypeDoc