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 aType
instance representing any type.BOOLEAN()
Returns aType
instance representing boolean.BYTES()
Returns aType
instance representing bytes.DATE()
Returns aType
instance representing date.Returns aType
instance representing date time.DURATION()
Returns aType
instance representing duration.FLOAT()
Returns aType
instance representing float.INTEGER()
Returns aType
instance representing integer.LIST()
Returns aType
instance representing list.Returns aType
instance representing local date time.Returns aType
instance representing local time.MAP()
Returns aType
instance representing map.NODE()
Returns aType
instance representing node.NULL()
Returns aType
instance representing NULL.NUMBER()
Returns aType
instance representing number.PATH()
Returns aType
instance representing path.POINT()
Returns aType
instance representing point.Returns aType
instance representing relationship.STRING()
Returns aType
instance representing string.TIME()
Returns aType
instance representing time.
-
Field Details
-
TYPE_SYSTEM
-
-
Method Details
-
ANY
Description copied from interface:TypeSystem
Returns aType
instance representing any type.- Specified by:
ANY
in interfaceTypeSystem
- Returns:
- the type instance
-
BOOLEAN
Description copied from interface:TypeSystem
Returns aType
instance representing boolean.- Specified by:
BOOLEAN
in interfaceTypeSystem
- Returns:
- the type instance
-
BYTES
Description copied from interface:TypeSystem
Returns aType
instance representing bytes.- Specified by:
BYTES
in interfaceTypeSystem
- Returns:
- the type instance
-
STRING
Description copied from interface:TypeSystem
Returns aType
instance representing string.- Specified by:
STRING
in interfaceTypeSystem
- Returns:
- the type instance
-
NUMBER
Description copied from interface:TypeSystem
Returns aType
instance representing number.- Specified by:
NUMBER
in interfaceTypeSystem
- Returns:
- the type instance
-
INTEGER
Description copied from interface:TypeSystem
Returns aType
instance representing integer.- Specified by:
INTEGER
in interfaceTypeSystem
- Returns:
- the type instance
-
FLOAT
Description copied from interface:TypeSystem
Returns aType
instance representing float.- Specified by:
FLOAT
in interfaceTypeSystem
- Returns:
- the type instance
-
LIST
Description copied from interface:TypeSystem
Returns aType
instance representing list.- Specified by:
LIST
in interfaceTypeSystem
- Returns:
- the type instance
-
MAP
Description copied from interface:TypeSystem
Returns aType
instance representing map.- Specified by:
MAP
in interfaceTypeSystem
- Returns:
- the type instance
-
NODE
Description copied from interface:TypeSystem
Returns aType
instance representing node.- Specified by:
NODE
in interfaceTypeSystem
- Returns:
- the type instance
-
RELATIONSHIP
Description copied from interface:TypeSystem
Returns aType
instance representing relationship.- Specified by:
RELATIONSHIP
in interfaceTypeSystem
- Returns:
- the type instance
-
PATH
Description copied from interface:TypeSystem
Returns aType
instance representing path.- Specified by:
PATH
in interfaceTypeSystem
- Returns:
- the type instance
-
POINT
Description copied from interface:TypeSystem
Returns aType
instance representing point.- Specified by:
POINT
in interfaceTypeSystem
- Returns:
- the type instance
-
DATE
Description copied from interface:TypeSystem
Returns aType
instance representing date.- Specified by:
DATE
in interfaceTypeSystem
- Returns:
- the type instance
-
TIME
Description copied from interface:TypeSystem
Returns aType
instance representing time.- Specified by:
TIME
in interfaceTypeSystem
- Returns:
- the type instance
-
LOCAL_TIME
Description copied from interface:TypeSystem
Returns aType
instance representing local time.- Specified by:
LOCAL_TIME
in interfaceTypeSystem
- Returns:
- the type instance
-
LOCAL_DATE_TIME
Description copied from interface:TypeSystem
Returns aType
instance representing local date time.- Specified by:
LOCAL_DATE_TIME
in interfaceTypeSystem
- Returns:
- the type instance
-
DATE_TIME
Description copied from interface:TypeSystem
Returns aType
instance representing date time.- Specified by:
DATE_TIME
in interfaceTypeSystem
- Returns:
- the type instance
-
DURATION
Description copied from interface:TypeSystem
Returns aType
instance representing duration.- Specified by:
DURATION
in interfaceTypeSystem
- Returns:
- the type instance
-
NULL
Description copied from interface:TypeSystem
Returns aType
instance representing NULL.- Specified by:
NULL
in interfaceTypeSystem
- Returns:
- the type instance
-