ESEDBReader: {
    COLUMN_TYPES: any;
    closeDB(db: any): any;
    dbLocked(dbFile: any): any;
    openDB(rootDir: any, dbFile: any, logDir: any): any;
}

Type declaration

  • COLUMN_TYPES: any
  • closeDB:function
    • Parameters

      • db: any

      Returns any

  • dbLocked:function
    • Parameters

      • dbFile: any

      Returns any

  • openDB:function
    • Parameters

      • rootDir: any
      • dbFile: any
      • logDir: any

      Returns any

Generated using TypeDoc