Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RawRowsAPI

Hierarchy

Index

Methods

delete

insert

  • insert(databaseName: string, tableName: string, items: RawDBRowInsert[], ensureParent?: boolean): Promise<{}>

list

retrieve

  • retrieve(databaseName: string, tableName: string, rowKey: string): Promise<RawDBRow>