java.lang.Object
org.neo4j.driver.internal.value.BoltValue
- All Implemented Interfaces:
org.neo4j.bolt.connection.values.Value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
double
asDouble()
org.neo4j.bolt.connection.values.IsoDuration
long
asLong()
org.neo4j.bolt.connection.values.Point
asPoint()
asString()
boolean
containsKey
(String key) boolean
org.neo4j.bolt.connection.values.Value
int
hashCode()
boolean
isEmpty()
boolean
isNull()
keys()
int
size()
toString()
org.neo4j.bolt.connection.values.Type
type()
Iterable<org.neo4j.bolt.connection.values.Value>
values()
-
Constructor Details
-
BoltValue
-
-
Method Details
-
asDriverValue
-
type
public org.neo4j.bolt.connection.values.Type type()- Specified by:
type
in interfaceorg.neo4j.bolt.connection.values.Value
-
asBoolean
public boolean asBoolean()- Specified by:
asBoolean
in interfaceorg.neo4j.bolt.connection.values.Value
-
asByteArray
public byte[] asByteArray()- Specified by:
asByteArray
in interfaceorg.neo4j.bolt.connection.values.Value
-
asString
- Specified by:
asString
in interfaceorg.neo4j.bolt.connection.values.Value
-
asLong
public long asLong()- Specified by:
asLong
in interfaceorg.neo4j.bolt.connection.values.Value
-
asDouble
public double asDouble()- Specified by:
asDouble
in interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalDate
- Specified by:
asLocalDate
in interfaceorg.neo4j.bolt.connection.values.Value
-
asOffsetTime
- Specified by:
asOffsetTime
in interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalTime
- Specified by:
asLocalTime
in interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalDateTime
- Specified by:
asLocalDateTime
in interfaceorg.neo4j.bolt.connection.values.Value
-
asZonedDateTime
- Specified by:
asZonedDateTime
in interfaceorg.neo4j.bolt.connection.values.Value
-
asIsoDuration
public org.neo4j.bolt.connection.values.IsoDuration asIsoDuration()- Specified by:
asIsoDuration
in interfaceorg.neo4j.bolt.connection.values.Value
-
asPoint
public org.neo4j.bolt.connection.values.Point asPoint()- Specified by:
asPoint
in interfaceorg.neo4j.bolt.connection.values.Value
-
isNull
public boolean isNull()- Specified by:
isNull
in interfaceorg.neo4j.bolt.connection.values.Value
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceorg.neo4j.bolt.connection.values.Value
-
keys
-
size
public int size() -
get
-
values
-
containsKey
-
asMap
-
equals
-
hashCode
public int hashCode() -
toString
-