java.lang.Object
org.neo4j.driver.internal.types.InternalTypeSystem
- All Implemented Interfaces:
TypeSystem
Utility class for determining and working with the Cypher types of values
-
Field Details
-
TYPE_SYSTEM
-
-
Method Details
-
ANY
- Specified by:
ANYin interfaceTypeSystem
-
BOOLEAN
- Specified by:
BOOLEANin interfaceTypeSystem
-
BYTES
- Specified by:
BYTESin interfaceTypeSystem
-
STRING
- Specified by:
STRINGin interfaceTypeSystem
-
NUMBER
- Specified by:
NUMBERin interfaceTypeSystem
-
INTEGER
- Specified by:
INTEGERin interfaceTypeSystem
-
FLOAT
- Specified by:
FLOATin interfaceTypeSystem
-
LIST
- Specified by:
LISTin interfaceTypeSystem
-
MAP
- Specified by:
MAPin interfaceTypeSystem
-
NODE
- Specified by:
NODEin interfaceTypeSystem
-
RELATIONSHIP
- Specified by:
RELATIONSHIPin interfaceTypeSystem
-
PATH
- Specified by:
PATHin interfaceTypeSystem
-
POINT
- Specified by:
POINTin interfaceTypeSystem
-
DATE
- Specified by:
DATEin interfaceTypeSystem
-
TIME
- Specified by:
TIMEin interfaceTypeSystem
-
LOCAL_TIME
- Specified by:
LOCAL_TIMEin interfaceTypeSystem
-
LOCAL_DATE_TIME
- Specified by:
LOCAL_DATE_TIMEin interfaceTypeSystem
-
DATE_TIME
- Specified by:
DATE_TIMEin interfaceTypeSystem
-
DURATION
- Specified by:
DURATIONin interfaceTypeSystem
-
NULL
- Specified by:
NULLin interfaceTypeSystem
-