public interface InternalSimpleDriver extends BaseDriverInterface
getHttpManager, setHttpManager
<T> DocumentCursor<T> executeSimpleAllDocuments(String database, String collectionName, int skip, int limit, Class<T> clazz) throws ArangoException
ArangoException
<T> DocumentCursor<T> executeSimpleByExampleDocuments(String database, String collectionName, Map<String,Object> example, int skip, int limit, Class<T> clazz) throws ArangoException
ArangoException
<T> ScalarExampleEntity<T> executeSimpleFirstExample(String database, String collectionName, Map<String,Object> example, Class<T> clazz) throws ArangoException
ArangoException
<T> ScalarExampleEntity<T> executeSimpleAny(String database, String collectionName, Class<T> clazz) throws ArangoException
ArangoException
<T> DocumentCursor<T> executeSimpleRangeWithDocuments(String database, String collectionName, String attribute, Object left, Object right, Boolean closed, int skip, int limit, Class<T> clazz) throws ArangoException
ArangoException
SimpleByResultEntity executeSimpleRemoveByExample(String database, String collectionName, Map<String,Object> example, Boolean waitForSync, Integer limit) throws ArangoException
ArangoException
SimpleByResultEntity executeSimpleReplaceByExample(String database, String collectionName, Map<String,Object> example, Map<String,Object> newValue, Boolean waitForSync, Integer limit) throws ArangoException
ArangoException
SimpleByResultEntity executeSimpleUpdateByExample(String database, String collectionName, Map<String,Object> example, Map<String,Object> newValue, Boolean keepNull, Boolean waitForSync, Integer limit) throws ArangoException
ArangoException
<T> DocumentCursor<T> executeSimpleFulltextWithDocuments(String database, String collectionName, String attribute, String query, int skip, int limit, String index, Class<T> clazz) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.