Class CypherDate

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable

    public final class CypherDate
    extends CypherValue
    Driver传输Date类型的对象。
    • Field Detail

      • MIN_VALUE

        public static final CypherDate MIN_VALUE
      • MAX_VALUE

        public static final CypherDate MAX_VALUE
    • Method Detail

      • date

        public static CypherDate date​(java.time.LocalDate value)