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 TypeMethodDescriptionbooleanbyte[]doubleasDouble()org.neo4j.bolt.connection.values.IsoDurationlongasLong()org.neo4j.bolt.connection.values.PointasPoint()asString()booleancontainsKey(String key) booleanorg.neo4j.bolt.connection.values.ValueinthashCode()booleanisEmpty()booleanisNull()keys()intsize()toString()org.neo4j.bolt.connection.values.Typetype()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:
typein interfaceorg.neo4j.bolt.connection.values.Value
-
asBoolean
public boolean asBoolean()- Specified by:
asBooleanin interfaceorg.neo4j.bolt.connection.values.Value
-
asByteArray
public byte[] asByteArray()- Specified by:
asByteArrayin interfaceorg.neo4j.bolt.connection.values.Value
-
asString
- Specified by:
asStringin interfaceorg.neo4j.bolt.connection.values.Value
-
asLong
public long asLong()- Specified by:
asLongin interfaceorg.neo4j.bolt.connection.values.Value
-
asDouble
public double asDouble()- Specified by:
asDoublein interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalDate
- Specified by:
asLocalDatein interfaceorg.neo4j.bolt.connection.values.Value
-
asOffsetTime
- Specified by:
asOffsetTimein interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalTime
- Specified by:
asLocalTimein interfaceorg.neo4j.bolt.connection.values.Value
-
asLocalDateTime
- Specified by:
asLocalDateTimein interfaceorg.neo4j.bolt.connection.values.Value
-
asZonedDateTime
- Specified by:
asZonedDateTimein interfaceorg.neo4j.bolt.connection.values.Value
-
asIsoDuration
public org.neo4j.bolt.connection.values.IsoDuration asIsoDuration()- Specified by:
asIsoDurationin interfaceorg.neo4j.bolt.connection.values.Value
-
asPoint
public org.neo4j.bolt.connection.values.Point asPoint()- Specified by:
asPointin interfaceorg.neo4j.bolt.connection.values.Value
-
isNull
public boolean isNull()- Specified by:
isNullin interfaceorg.neo4j.bolt.connection.values.Value
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.neo4j.bolt.connection.values.Value
-
keys
-
size
public int size() -
get
-
values
-
containsKey
-
asMap
-
equals
-
hashCode
public int hashCode() -
toString
-