Interface IStiBIDataCache

Hierarchy

  • IStiBIDataCache

Index

Methods

add

  • add(appKey: string, tableKey: string, dataTable: DataTable): void
  • Parameters

    • appKey: string
    • tableKey: string
    • dataTable: DataTable

    Returns void

clean

  • clean(appKey: string): void
  • Parameters

    • appKey: string

    Returns void

cleanAll

  • cleanAll(): void
  • Returns void

exists

exists2

  • exists2(tableKey: string): boolean
  • Parameters

    • tableKey: string

    Returns boolean

getData

  • Parameters

    • tableKey: string

    Returns DataTable

getRowCount

  • getRowCount(tableKey: string): number
  • Parameters

    • tableKey: string

    Returns number

getSchema

  • Parameters

    • tableKey: string

    Returns DataTable

getTableCount

  • getTableCount(): number
  • Returns number

getTableName

  • getTableName(appKey: string, tableKey: string): string
  • Parameters

    • appKey: string
    • tableKey: string

    Returns string

remove

  • remove(tableKey: string): void
  • Parameters

    • tableKey: string

    Returns void

runQuery

Generated using TypeDoc