Interface TypeSystem

All Known Implementing Classes:
InternalTypeSystem

@Immutable @Experimental public interface TypeSystem
A listing of all database types this driver can handle.
Since:
1.0
  • Method Details

    • getDefault

      static TypeSystem getDefault()
      Returns an instance of type system.
      Returns:
      instance of type system
    • ANY

      Type ANY()
    • BOOLEAN

      Type BOOLEAN()
    • BYTES

      Type BYTES()
    • STRING

      Type STRING()
    • NUMBER

      Type NUMBER()
    • INTEGER

      Type INTEGER()
    • FLOAT

      Type FLOAT()
    • LIST

      Type LIST()
    • MAP

      Type MAP()
    • NODE

      Type NODE()
    • RELATIONSHIP

      Type RELATIONSHIP()
    • PATH

      Type PATH()
    • POINT

      Type POINT()
    • DATE

      Type DATE()
    • TIME

      Type TIME()
    • LOCAL_TIME

      Type LOCAL_TIME()
    • LOCAL_DATE_TIME

      Type LOCAL_DATE_TIME()
    • DATE_TIME

      Type DATE_TIME()
    • DURATION

      Type DURATION()
    • NULL

      Type NULL()