Package com.graphdbapi.values.storable
Class CypherValue
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
- Direct Known Subclasses:
CypherBoolean
,CypherDate
,CypherDuration
,CypherNumber
,CypherPoint
,CypherText
,CypherTextArray
public abstract class CypherValue extends CypherAny
Driver传输对象基类。
-
-
Constructor Summary
Constructors Constructor Description CypherValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Object
asObjectCopy()
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-