Package com.graphdbapi.values.storable
Class CypherTextArray
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.storable.CypherValue
-
- com.graphdbapi.values.storable.CypherTextArray
-
- All Implemented Interfaces:
com.graphdbapi.memory.MemoryEstimable
- Direct Known Subclasses:
CypherStringArray
public abstract class CypherTextArray extends CypherValue
Driver传输字符数组/字符串数组类型的对象。
-
-
Constructor Summary
Constructors Constructor Description CypherTextArray()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
length()
abstract java.lang.String
stringValue(int offset)
-
Methods inherited from class com.graphdbapi.values.storable.CypherValue
asObjectCopy
-
Methods inherited from class com.graphdbapi.values.CypherAny
getMemorySize
-
-