All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arangodb.InternalImportDriver Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
package com.arangodb;

import java.util.Collection;

import com.arangodb.entity.ImportResultEntity;
import com.arangodb.impl.BaseDriverInterface;

/**
 * Created by fbartels on 10/27/14.
 */
public interface InternalImportDriver  extends BaseDriverInterface {
  ImportResultEntity importDocuments(String database, String collection, Boolean createCollection, Collection values) throws ArangoException;

  ImportResultEntity importDocumentsByHeaderValues(String database, String collection, Boolean createCollection, Collection> headerValues) throws ArangoException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy