Class CypherTextArray

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable
    Direct Known Subclasses:
    CypherStringArray

    public abstract class CypherTextArray
    extends CypherValue
    Driver传输字符数组/字符串数组类型的对象。
    • Constructor Detail

      • CypherTextArray

        public CypherTextArray()
    • Method Detail

      • stringValue

        public abstract java.lang.String stringValue​(int offset)
      • length

        public abstract int length()