• 根据索引批量删除数据

    Parameters

    • dbName: string

      数据库名称

    • tableName: string

      表名称

    • indexName: string

      索引名称

    • indexValues: any[]

      索引值数组

    Returns Promise<any>

    Promise对象,包含删除结果的状态和消息