Uses of Interface
org.neo4j.bolt.connection.values.Value
Packages that use Value
Package
Description
-
Uses of Value in org.neo4j.bolt.connection
Methods in org.neo4j.bolt.connection that return types with arguments of type ValueModifier and TypeMethodDescriptionAuthToken.asMap()GqlError.diagnosticRecord()Returns the value of thediagnosticRecordrecord component.Methods in org.neo4j.bolt.connection with parameters of type ValueModifier and TypeMethodDescriptionvoiddefault voidMethod parameters in org.neo4j.bolt.connection with type arguments of type ValueModifier and TypeMethodDescriptionBoltConnection.beginTransaction(DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, TransactionType transactionType, Duration txTimeout, Map<String, Value> txMetadata, String txType, NotificationConfig notificationConfig) static AuthTokenBoltConnection.runInAutoCommitTransaction(DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Set<String> bookmarks, String query, Map<String, Value> parameters, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig) Constructor parameters in org.neo4j.bolt.connection with type arguments of type Value -
Uses of Value in org.neo4j.bolt.connection.exception
Methods in org.neo4j.bolt.connection.exception that return types with arguments of type ValueConstructor parameters in org.neo4j.bolt.connection.exception with type arguments of type ValueModifierConstructorDescriptionBoltFailureException(String code, String message, String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, Throwable cause) BoltGqlErrorException(String message, String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, Throwable cause) -
Uses of Value in org.neo4j.bolt.connection.summary
Methods in org.neo4j.bolt.connection.summary that return types with arguments of type Value -
Uses of Value in org.neo4j.bolt.connection.values
Methods in org.neo4j.bolt.connection.values that return ValueModifier and TypeMethodDescriptionValueFactory.isoDuration(long months, long days, long seconds, int nanoseconds) ValueFactory.point(int srid, double x, double y) ValueFactory.point(int srid, double x, double y, double z) ValueFactory.unsupportedDateTimeValue(DateTimeException e) default ValueValueFactory.value(boolean value) default ValueValueFactory.value(byte[] values) default ValueValueFactory.value(double value) default ValueValueFactory.value(long value) default Valuedefault Valuedefault Valuedefault ValueValueFactory.value(LocalDateTime localDateTime) default Valuedefault ValueValueFactory.value(OffsetDateTime offsetDateTime) default ValueValueFactory.value(OffsetTime offsetTime) default Valuedefault ValueValueFactory.value(ZonedDateTime zonedDateTime) default Valuedefault Valuedefault Valuedefault ValueValueFactory.value(Relationship relationship) default ValueMethods in org.neo4j.bolt.connection.values with parameters of type ValueMethod parameters in org.neo4j.bolt.connection.values with type arguments of type ValueModifier and TypeMethodDescriptionValueFactory.node(long id, String elementId, Collection<String> labels, Map<String, Value> properties) ValueFactory.relationship(long id, String elementId, long start, String startElementId, long end, String endElementId, String type, Map<String, Value> properties) default Value