public class ResultHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ResultHandler.LocalElements |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
includeNullValues |
static String |
lockVersionProperty |
static boolean |
writeVersion |
| Constructor and Description |
|---|
ResultHandler(JcQueryResult queryResult,
int queryIndex,
IDBAccess dbAccess)
construct a ResultHandler initialized with a queryResult
|
public static final String lockVersionProperty
public static ThreadLocal<Boolean> includeNullValues
public static boolean writeVersion
public ResultHandler(JcQueryResult queryResult, int queryIndex, IDBAccess dbAccess)
queryResult - queryIndex - public void setLockingStrategy(Locking lockingStrategy)
public ITransaction createLockingTxIfNeeded()
public ResultHandler.LocalElements getLocalElements()
public Graph getGraph()
public List<GrRelation> getRelations(JcRelation relation)
public List<BigDecimal> getNumbers(JcNumber number)
public List<List<?>> getCollections(JcCollection collection)
public GrRelation getRelation(GrId id)
public String getRelationType(long relationId, int rowIndex)
public List<GrProperty> getNodeProperties(GrId nodeId, int rowIndex)
public List<GrProperty> getRelationProperties(GrId relationId, int rowIndex)
public List<JcError> store(Map<Long,Integer> elementVersionsMap)
public void setDbAccess(IDBAccess dbAccess)
Copyright © 2016. All rights reserved.