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

com.arangodb.InternalTransactionDriver Maven / Gradle / Ivy

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

import com.arangodb.entity.TransactionEntity;
import com.arangodb.entity.TransactionResultEntity;
import com.arangodb.impl.BaseDriverInterface;

/**
 * Created by fbartels on 10/28/14.
 */
public interface InternalTransactionDriver extends BaseDriverInterface {

	TransactionEntity createTransaction(String action);

	TransactionResultEntity executeTransaction(String database, TransactionEntity transactionEntity)
			throws ArangoException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy