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) Method 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)