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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionANY()Returns aTypeinstance representing any type.BOOLEAN()Returns aTypeinstance representing boolean.BYTES()Returns aTypeinstance representing bytes.DATE()Returns aTypeinstance representing date.Returns aTypeinstance representing date time.DURATION()Returns aTypeinstance representing duration.FLOAT()Returns aTypeinstance representing float.INTEGER()Returns aTypeinstance representing integer.LIST()Returns aTypeinstance representing list.Returns aTypeinstance representing local date time.Returns aTypeinstance representing local time.MAP()Returns aTypeinstance representing map.NODE()Returns aTypeinstance representing node.NULL()Returns aTypeinstance representing NULL.NUMBER()Returns aTypeinstance representing number.PATH()Returns aTypeinstance representing path.POINT()Returns aTypeinstance representing point.Returns aTypeinstance representing relationship.STRING()Returns aTypeinstance representing string.TIME()Returns aTypeinstance representing time.
-
Field Details
-
TYPE_SYSTEM
-
-
Method Details
-
ANY
Description copied from interface:TypeSystemReturns aTypeinstance representing any type.- Specified by:
ANYin interfaceTypeSystem- Returns:
- the type instance
-
BOOLEAN
Description copied from interface:TypeSystemReturns aTypeinstance representing boolean.- Specified by:
BOOLEANin interfaceTypeSystem- Returns:
- the type instance
-
BYTES
Description copied from interface:TypeSystemReturns aTypeinstance representing bytes.- Specified by:
BYTESin interfaceTypeSystem- Returns:
- the type instance
-
STRING
Description copied from interface:TypeSystemReturns aTypeinstance representing string.- Specified by:
STRINGin interfaceTypeSystem- Returns:
- the type instance
-
NUMBER
Description copied from interface:TypeSystemReturns aTypeinstance representing number.- Specified by:
NUMBERin interfaceTypeSystem- Returns:
- the type instance
-
INTEGER
Description copied from interface:TypeSystemReturns aTypeinstance representing integer.- Specified by:
INTEGERin interfaceTypeSystem- Returns:
- the type instance
-
FLOAT
Description copied from interface:TypeSystemReturns aTypeinstance representing float.- Specified by:
FLOATin interfaceTypeSystem- Returns:
- the type instance
-
LIST
Description copied from interface:TypeSystemReturns aTypeinstance representing list.- Specified by:
LISTin interfaceTypeSystem- Returns:
- the type instance
-
MAP
Description copied from interface:TypeSystemReturns aTypeinstance representing map.- Specified by:
MAPin interfaceTypeSystem- Returns:
- the type instance
-
NODE
Description copied from interface:TypeSystemReturns aTypeinstance representing node.- Specified by:
NODEin interfaceTypeSystem- Returns:
- the type instance
-
RELATIONSHIP
Description copied from interface:TypeSystemReturns aTypeinstance representing relationship.- Specified by:
RELATIONSHIPin interfaceTypeSystem- Returns:
- the type instance
-
PATH
Description copied from interface:TypeSystemReturns aTypeinstance representing path.- Specified by:
PATHin interfaceTypeSystem- Returns:
- the type instance
-
POINT
Description copied from interface:TypeSystemReturns aTypeinstance representing point.- Specified by:
POINTin interfaceTypeSystem- Returns:
- the type instance
-
DATE
Description copied from interface:TypeSystemReturns aTypeinstance representing date.- Specified by:
DATEin interfaceTypeSystem- Returns:
- the type instance
-
TIME
Description copied from interface:TypeSystemReturns aTypeinstance representing time.- Specified by:
TIMEin interfaceTypeSystem- Returns:
- the type instance
-
LOCAL_TIME
Description copied from interface:TypeSystemReturns aTypeinstance representing local time.- Specified by:
LOCAL_TIMEin interfaceTypeSystem- Returns:
- the type instance
-
LOCAL_DATE_TIME
Description copied from interface:TypeSystemReturns aTypeinstance representing local date time.- Specified by:
LOCAL_DATE_TIMEin interfaceTypeSystem- Returns:
- the type instance
-
DATE_TIME
Description copied from interface:TypeSystemReturns aTypeinstance representing date time.- Specified by:
DATE_TIMEin interfaceTypeSystem- Returns:
- the type instance
-
DURATION
Description copied from interface:TypeSystemReturns aTypeinstance representing duration.- Specified by:
DURATIONin interfaceTypeSystem- Returns:
- the type instance
-
NULL
Description copied from interface:TypeSystemReturns aTypeinstance representing NULL.- Specified by:
NULLin interfaceTypeSystem- Returns:
- the type instance
-