Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a SQL-schema implementation.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly connection

connection: Connection

Methods

commit

Abstract hasColumn

  • hasColumn(table: string, name: string): Awaitable<boolean>
  • Resolve true if the schema table with the given name has a column with the given name.

    Parameters

    • table: string
    • name: string

    Returns Awaitable<boolean>

Abstract hasColumns

  • hasColumns(table: string, name: string[]): Awaitable<boolean>
  • Resolve true if the schema table with the given name has all the specified columns.

    Parameters

    • table: string
    • name: string[]

    Returns Awaitable<boolean>

Abstract hasTable

Abstract table

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.