Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acceptsURL(String) - Method in class org.neo4j.jdbc.Neo4jDriver
- addBookmarks(String, Collection<Bookmark>) - Method in interface org.neo4j.jdbc.Neo4jDriverExtensions
-
Adds bookmarks to this driver instance to be used when opening a new connection to the same url.
- addBookmarks(String, Properties, Collection<Bookmark>) - Method in class org.neo4j.jdbc.Neo4jDriver
- addBookmarks(String, Properties, Collection<Bookmark>) - Method in interface org.neo4j.jdbc.Neo4jDriverExtensions
-
Adds bookmarks to this driver instance to be used when opening a new connection to the same url.
- ANY - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Any type except
Type.NULL
. - asBoolean() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asBoolean() - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as boolean if possible.
- asBoolean(boolean) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asBoolean(boolean) - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as boolean if possible or the default value otherwise.
- asByteArray() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asByteArray() - Method in class org.neo4j.jdbc.values.BytesValue
- asByteArray() - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as byte array if possible.
- asByteArray(byte[]) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asByteArray(byte[]) - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as byte array if possible or the default value otherwise.
- asDouble() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asDouble() - Method in class org.neo4j.jdbc.values.FloatValue
- asDouble() - Method in class org.neo4j.jdbc.values.IntegerValue
- asDouble() - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java double if no precision is lost in the conversion.
- asDouble(double) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asDouble(double) - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java double if no precision is lost in the conversion.
- asEntity() - Method in class org.neo4j.jdbc.values.RelationshipValue
- asEntity() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asEntity() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as entity if possible.
- asFloat() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asFloat() - Method in class org.neo4j.jdbc.values.FloatValue
- asFloat() - Method in class org.neo4j.jdbc.values.IntegerValue
- asFloat() - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java float if no precision is lost in the conversion.
- asFloat(float) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asFloat(float) - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java float if no precision is lost in the conversion.
- asInt() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asInt() - Method in class org.neo4j.jdbc.values.FloatValue
- asInt() - Method in class org.neo4j.jdbc.values.IntegerValue
- asInt() - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java int if no precision is lost in the conversion.
- asInt(int) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asInt(int) - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java int if no precision is lost in the conversion.
- asIsoDuration() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asIsoDuration() - Method in class org.neo4j.jdbc.values.DurationValue
- asIsoDuration() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as iso duration if possible.
- asIsoDuration(IsoDuration) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asIsoDuration(IsoDuration) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as iso duration if possible or the default value otherwise.
- asList() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asList() - Method in class org.neo4j.jdbc.values.ListValue
- asList() - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying type can be viewed as a list, returns a java list of values, where each value has been converted using
Value.asObject()
. - asList(Function<Value, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asList(Function<Value, T>) - Method in class org.neo4j.jdbc.values.ListValue
- asList(Function<Value, T>) - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying type can be viewed as a list, returns a java list of values, where each value has been converted using the provided map function.
- asList(Function<Value, T>, List<T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asList(Function<Value, T>, List<T>) - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying type can be viewed as a list, returns a java list of values, where each value has been converted using the provided map function.
- asList(List<Object>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asList(List<Object>) - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying type can be viewed as a list, returns a java list of values, where each value has been converted using
Value.asObject()
. - asLocalDate() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalDate() - Method in class org.neo4j.jdbc.values.DateValue
- asLocalDate() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local date if possible.
- asLocalDate(LocalDate) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalDate(LocalDate) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local date if possible or the default value otherwise.
- asLocalDateTime() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalDateTime() - Method in class org.neo4j.jdbc.values.LocalDateTimeValue
- asLocalDateTime() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local date time if possible.
- asLocalDateTime(LocalDateTime) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalDateTime(LocalDateTime) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local date time if possible or the default value otherwise.
- asLocalTime() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalTime() - Method in class org.neo4j.jdbc.values.LocalTimeValue
- asLocalTime() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local time if possible.
- asLocalTime(LocalTime) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLocalTime(LocalTime) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as local time if possible or the default value otherwise.
- asLong() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLong() - Method in class org.neo4j.jdbc.values.FloatValue
- asLong() - Method in class org.neo4j.jdbc.values.IntegerValue
- asLong() - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java long if no precision is lost in the conversion.
- asLong(long) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asLong(long) - Method in interface org.neo4j.jdbc.values.Value
-
Returns a Java long if no precision is lost in the conversion.
- asMap() - Method in class org.neo4j.jdbc.values.RelationshipValue
- asMap() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asMap() - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Return the underlying map as a map of string keys and values converted using
Value.asObject()
. - asMap() - Method in class org.neo4j.jdbc.values.MapValue
- asMap(Function<Value, T>) - Method in class org.neo4j.jdbc.values.RelationshipValue
- asMap(Function<Value, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asMap(Function<Value, T>) - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Return the underlying map as a map of string keys and values converted using the supplied map function.
- asMap(Function<Value, T>) - Method in class org.neo4j.jdbc.values.MapValue
- asMap(Function<Value, T>, Map<String, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asMap(Function<Value, T>, Map<String, T>) - Method in interface org.neo4j.jdbc.values.Value
-
Return as a map of string keys and values converted using the provided map function if possible or the default value.
- asMap(Map<String, Object>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asMap(Map<String, Object>) - Method in interface org.neo4j.jdbc.values.Value
-
Return as a map of string keys and values converted using
Value.asObject()
. - asNode() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asNode() - Method in class org.neo4j.jdbc.values.NodeValue
- asNode() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as node if possible.
- asNumber() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asNumber() - Method in class org.neo4j.jdbc.values.FloatValue
- asNumber() - Method in class org.neo4j.jdbc.values.IntegerValue
- asNumber() - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as number if possible.
- asObject() - Method in class org.neo4j.jdbc.values.FloatValue
- asObject() - Method in class org.neo4j.jdbc.values.RelationshipValue
- asObject() - Method in class org.neo4j.jdbc.values.BooleanValue
- asObject() - Method in class org.neo4j.jdbc.values.BytesValue
- asObject() - Method in class org.neo4j.jdbc.values.ListValue
- asObject() - Method in class org.neo4j.jdbc.values.MapValue
- asObject() - Method in class org.neo4j.jdbc.values.NullValue
- asObject() - Method in class org.neo4j.jdbc.values.StringValue
- asObject() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asObject() - Method in interface org.neo4j.jdbc.values.Value
-
This returns a java standard library representation of the underlying value, using a java type that is "sensible" given the underlying type.
- asOffsetDateTime() - Method in class org.neo4j.jdbc.values.FloatValue
- asOffsetDateTime() - Method in class org.neo4j.jdbc.values.DateTimeValue
- asOffsetDateTime() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asOffsetDateTime() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as offset date time if possible.
- asOffsetDateTime(OffsetDateTime) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asOffsetDateTime(OffsetDateTime) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as offset date time if possible or the default value otherwise.
- asOffsetTime() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asOffsetTime() - Method in class org.neo4j.jdbc.values.TimeValue
- asOffsetTime() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as offset time if possible.
- asOffsetTime(OffsetTime) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asOffsetTime(OffsetTime) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as offset time if possible or the default value otherwise.
- asPath() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asPath() - Method in class org.neo4j.jdbc.values.PathValue
- asPath() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as path if possible.
- asPoint() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asPoint() - Method in class org.neo4j.jdbc.values.PointValue
- asPoint() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as point if possible.
- asPoint(Point) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asPoint(Point) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as point if possible or the default value otherwise.
- asRelationship() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asRelationship() - Method in class org.neo4j.jdbc.values.RelationshipValue
- asRelationship() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as retionship if possible.
- asString() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asString() - Method in class org.neo4j.jdbc.values.NullValue
- asString() - Method in class org.neo4j.jdbc.values.StringValue
- asString() - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as string if possible.
- asString(String) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asString(String) - Method in interface org.neo4j.jdbc.values.Value
-
Returns value as string if possible or the default value otherwise.
- asValue() - Method in interface org.neo4j.jdbc.values.AsValue
-
Retrieve a value representation of this.
- AsValue - Interface in org.neo4j.jdbc.values
-
Represents an object that might be usable as a
Value
. - asZonedDateTime() - Method in class org.neo4j.jdbc.values.FloatValue
- asZonedDateTime() - Method in class org.neo4j.jdbc.values.DateTimeValue
- asZonedDateTime() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asZonedDateTime() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as zoned date time if possible.
- asZonedDateTime(ZonedDateTime) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- asZonedDateTime(ZonedDateTime) - Method in interface org.neo4j.jdbc.values.Value
-
Returns the value as zoned date time if possible or the default value otherwise.
B
- Bookmark - Record Class in org.neo4j.jdbc
-
Represents a Neo4j causal bookmark.
- Bookmark(String) - Constructor for record class org.neo4j.jdbc.Bookmark
-
Creates an instance of a
Bookmark
record class. - BOOLEAN - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Boolean type.
- BooleanValue - Class in org.neo4j.jdbc.values
-
Representation of a boolean value inside the Neo4j type system.
- BYTES - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Bytes type.
- BytesValue - Class in org.neo4j.jdbc.values
-
Representing a byte-array.
C
- computeOrDefault(Function<Value, T>, T) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- computeOrDefault(Function<Value, T>, T) - Method in interface org.neo4j.jdbc.values.Value
- connect(String, Properties) - Method in class org.neo4j.jdbc.Neo4jDriver
- contains(Node) - Method in interface org.neo4j.jdbc.values.Path
-
Returns true if the specified node is contained in this path.
- contains(Relationship) - Method in interface org.neo4j.jdbc.values.Path
-
Returns true if the specified relationship is contained in this path.
- containsKey(String) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- containsKey(String) - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Check if the list of keys contains the given key.
- containsKey(String) - Method in class org.neo4j.jdbc.values.MapValue
D
- DATE - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Date type.
- DATE_TIME - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Date time type.
- DateTimeValue - Class in org.neo4j.jdbc.values
-
The Cypher type
ZONED DATETIME
maps to a JavaZonedDateTime
. - DateValue - Class in org.neo4j.jdbc.values
-
The Cypher type
DATE
maps to a JavaLocalDate
. - days() - Method in interface org.neo4j.jdbc.values.IsoDuration
-
Retrieve amount of days in this duration.
- DEFAULT_FETCH_SIZE - Static variable in interface org.neo4j.jdbc.Neo4jStatement
-
The default (Bolt) fetch size that is used.
- DURATION - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Duration type.
- DurationValue - Class in org.neo4j.jdbc.values
E
- elementId() - Method in interface org.neo4j.jdbc.values.Entity
-
A unique id for this Entity.
- EmptyMap - Static variable in class org.neo4j.jdbc.values.Values
-
The value instance of an empty map.
- end() - Method in interface org.neo4j.jdbc.values.Path
-
Returns the end node of this path.
- end() - Method in interface org.neo4j.jdbc.values.Path.Segment
-
The node that this segment ends at.
- endNodeElementId() - Method in interface org.neo4j.jdbc.values.Relationship
-
The id of the node where this relationship ends.
- Entity - Interface in org.neo4j.jdbc.values
-
A uniquely identifiable property container that can form part of a Neo4j graph.
- equals(Object) - Method in record class org.neo4j.jdbc.Bookmark
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.jdbc.values.RelationshipValue
- equals(Object) - Method in class org.neo4j.jdbc.values.BooleanValue
- equals(Object) - Method in class org.neo4j.jdbc.values.BytesValue
- equals(Object) - Method in class org.neo4j.jdbc.values.FloatValue
- equals(Object) - Method in class org.neo4j.jdbc.values.IntegerValue
- equals(Object) - Method in class org.neo4j.jdbc.values.ListValue
- equals(Object) - Method in class org.neo4j.jdbc.values.MapValue
- equals(Object) - Method in class org.neo4j.jdbc.values.NullValue
- equals(Object) - Method in class org.neo4j.jdbc.values.StringValue
- equals(Object) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- equals(Object) - Method in interface org.neo4j.jdbc.values.Value
F
- FALSE - Static variable in class org.neo4j.jdbc.values.BooleanValue
-
A
BooleanValue
representing false value. - FLOAT - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Float type.
- FloatValue - Class in org.neo4j.jdbc.values
-
The Cypher type
FLOAT
maps to a JavaDouble
. - flushTranslationCache() - Method in interface org.neo4j.jdbc.Neo4jConnection
-
Flushes the SQL to Cypher translation cache.
- formatPairs(Map<String, V>) - Static method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
-
Formats the content of a bolt map into a string reassembling the shape of a Cypher map, i.e. using
:
instead of=
as the key-value separator. - fromEnv() - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Configures the driver from the environment.
- fromEnv() - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyEnvStep
-
Creates a new
Connection
from the environment. - fromEnv(String) - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Configures the driver from the environment.
- fromEnv(String) - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyEnvStep
-
Creates a new
Connection
from the environment, changing the filename of the .env files to the given name. - fromEnv(Path) - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Configures the driver from the environment.
- fromEnv(Path) - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyEnvStep
-
Creates a new
Connection
from the environment, changing the search path for .env files to the given directory. - fromEnv(Path, String) - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Configures the driver from the environment.
- fromEnv(Path, String) - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyEnvStep
-
Creates a new
Connection
from the environment, changing the search path for .env files to the given directory and the filename of the .env files to the given name.
G
- get(int) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(int) - Method in class org.neo4j.jdbc.values.ListValue
- get(int) - Method in interface org.neo4j.jdbc.values.Record
-
Retrieves the value at the given
index
. - get(int) - Method in interface org.neo4j.jdbc.values.Value
-
Retrieve the value at the given index.
- get(String) - Method in class org.neo4j.jdbc.values.RelationshipValue
- get(String) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String) - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Retrieve the value of the property with the given key.
- get(String) - Method in class org.neo4j.jdbc.values.MapValue
- get(String, boolean) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, boolean) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java boolean with the given key.
- get(String, double) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, double) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java double number with the given key.
- get(String, float) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, float) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java float number with the given key.
- get(String, int) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, int) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java integer with the given key.
- get(String, long) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, long) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java long number with the given key.
- get(String, Number) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Number) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the number with the given key.
- get(String, Object) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Object) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the object with the given key.
- get(String, String) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, String) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the java string with the given key.
- get(String, List<Object>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, List<Object>) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the list of objects with the given key.
- get(String, List<T>, Function<Value, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, List<T>, Function<Value, T>) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the list with the given key.
- get(String, Map<String, Object>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Map<String, Object>) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, Map<String, T>, Function<Value, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Map<String, T>, Function<Value, T>) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, Entity) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Entity) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the entity with the given key.
- get(String, Node) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Node) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the node with the given key.
- get(String, Path) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Path) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the path with the given key.
- get(String, Relationship) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Relationship) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, Value) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- get(String, Value) - Method in interface org.neo4j.jdbc.values.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- getConnection() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getConnection(String, String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- getCurrentBookmarks(String) - Method in interface org.neo4j.jdbc.Neo4jDriverExtensions
-
Retrieves the bookmarks currently known to this driver.
- getCurrentBookmarks(String, Properties) - Method in class org.neo4j.jdbc.Neo4jDriver
- getCurrentBookmarks(String, Properties) - Method in interface org.neo4j.jdbc.Neo4jDriverExtensions
-
Retrieves the bookmarks currently known to this driver.
- getDatabaseName() - Method in interface org.neo4j.jdbc.Neo4jConnection
-
Returns the name of the database for this connection.
- getDatabaseName() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getDatabaseName() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the name of the database to use.
- getLoginTimeout() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getLogWriter() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getMajorVersion() - Method in class org.neo4j.jdbc.Neo4jDriver
- getMinorVersion() - Method in class org.neo4j.jdbc.Neo4jDriver
- getNetworkTimeout() - Method in interface org.neo4j.jdbc.Neo4jConnection
-
Returns the network timeout value.
- getParentLogger() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getParentLogger() - Method in class org.neo4j.jdbc.Neo4jDriver
- getPassword() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getPassword() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the password for the user that connects to the database.
- getPortNumber() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getPortNumber() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the port number.
- getPropertyInfo(String, Properties) - Method in class org.neo4j.jdbc.Neo4jDriver
- getServerName() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getServerName() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the server name or IP address to connect against.
- getTransportProtocol() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getTransportProtocol() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the transport protocol.
- getUser() - Method in class org.neo4j.jdbc.Neo4jDataSource
- getUser() - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Returns the user that should be connected to the database.
H
- hashCode() - Method in record class org.neo4j.jdbc.Bookmark
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.jdbc.values.RelationshipValue
- hashCode() - Method in class org.neo4j.jdbc.values.BooleanValue
- hashCode() - Method in class org.neo4j.jdbc.values.BytesValue
- hashCode() - Method in class org.neo4j.jdbc.values.FloatValue
- hashCode() - Method in class org.neo4j.jdbc.values.IntegerValue
- hashCode() - Method in class org.neo4j.jdbc.values.ListValue
- hashCode() - Method in class org.neo4j.jdbc.values.MapValue
- hashCode() - Method in class org.neo4j.jdbc.values.NullValue
- hashCode() - Method in class org.neo4j.jdbc.values.StringValue
- hashCode() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- hashCode() - Method in interface org.neo4j.jdbc.values.Value
- hasLabel(String) - Method in interface org.neo4j.jdbc.values.Node
-
Test if this node has a given label.
- hasType(String) - Method in interface org.neo4j.jdbc.values.Relationship
-
Test if this relationship has the given type.
- hasType(Type) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- hasType(Type) - Method in interface org.neo4j.jdbc.values.Value
-
Test if this value is a value of the given type.
I
- id() - Method in interface org.neo4j.jdbc.values.Entity
-
Deprecated.
- index(String) - Method in interface org.neo4j.jdbc.values.Record
-
Retrieve the index of the field with the given key.
- INTEGER - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Integer type.
- IntegerValue - Class in org.neo4j.jdbc.values
-
The Cypher type
INTEGER
maps to a JavaLong
. - isEmpty() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- isEmpty() - Method in class org.neo4j.jdbc.values.BytesValue
- isEmpty() - Method in class org.neo4j.jdbc.values.ListValue
- isEmpty() - Method in class org.neo4j.jdbc.values.MapValue
- isEmpty() - Method in class org.neo4j.jdbc.values.StringValue
- isEmpty() - Method in interface org.neo4j.jdbc.values.Value
-
If this value represents a list or map, test if the collection is empty.
- isFalse() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- isFalse() - Method in interface org.neo4j.jdbc.values.Value
-
Returns
true
if the value is a Boolean value and has the value False. - isNull() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- isNull() - Method in class org.neo4j.jdbc.values.NullValue
- isNull() - Method in interface org.neo4j.jdbc.values.Value
-
Returns
true
if the value is a Null, otherwisefalse
. - isoDuration(long, long, long, int) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from month, day, seconds and nanoseconds values.
- IsoDuration - Interface in org.neo4j.jdbc.values
-
Represents temporal amount containing months, days, seconds and nanoseconds of the second.
- isTrue() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- isTrue() - Method in interface org.neo4j.jdbc.values.Value
-
Returns
true
if the value is a Boolean value and has the value True. - isTypeOf(Value) - Method in enum class org.neo4j.jdbc.values.Type
-
Test if the given value has this type.
- isWrapperFor(Class<?>) - Method in class org.neo4j.jdbc.Neo4jDataSource
- isWrapperFor(Class<?>) - Method in class org.neo4j.jdbc.Neo4jDriver
J
- jdbcCompliant() - Method in class org.neo4j.jdbc.Neo4jDriver
-
A driver may only report
true
here if it passes the JDBC compliance tests; otherwise it is required to returnfalse
.
K
- keys() - Method in class org.neo4j.jdbc.values.RelationshipValue
- keys() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- keys() - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Retrieve the keys of the underlying map.
- keys() - Method in class org.neo4j.jdbc.values.MapValue
- keys() - Method in interface org.neo4j.jdbc.values.Record
-
Retrieve the keys of the underlying map.
- keys() - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying value supports
key-based indexing
, return an iterable of the keys in the map, this applies tomap
,node
andrelationship
values.
L
- labels() - Method in interface org.neo4j.jdbc.values.Node
-
Return all labels.
- length() - Method in interface org.neo4j.jdbc.values.Path
-
Returns the number of segments in this path, which will be the same as the number.
- LIST - Enum constant in enum class org.neo4j.jdbc.values.Type
-
List type.
- ListValue - Class in org.neo4j.jdbc.values
-
A Cypher LIST<ANY>.
- LOCAL_DATE_TIME - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Local date time type.
- LOCAL_TIME - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Local time type.
- LocalDateTimeValue - Class in org.neo4j.jdbc.values
-
The Cypher type
LOCAL DATETIME
maps to a JavaLocalDateTime
. - LocalTimeValue - Class in org.neo4j.jdbc.values
-
The Cypher type
LOCAL TIME
maps to a JavaLocalTime
. - LossyCoercion - Exception in org.neo4j.jdbc.values
-
An exception thrown when the coercion of a Cypher
FLOAT
value to a JavaFloat
would be a lossy one. - LossyCoercion(String, String) - Constructor for exception org.neo4j.jdbc.values.LossyCoercion
-
Creates a new instance.
M
- MAP - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Map type.
- MapAccessor - Interface in org.neo4j.jdbc.values
-
Access the keys, properties and values of an underlying unordered map by key
- MapAccessorWithDefaultValue - Interface in org.neo4j.jdbc.values
-
Provides methods to access the value of an underlying unordered map by key.
- MapValue - Class in org.neo4j.jdbc.values
-
Representation of a Cypher map.
- months() - Method in interface org.neo4j.jdbc.values.IsoDuration
-
Retrieve amount of months in this duration.
N
- nanoseconds() - Method in interface org.neo4j.jdbc.values.IsoDuration
-
Retrieve amount of nanoseconds of the second in this duration.
- Neo4jCallableStatement - Interface in org.neo4j.jdbc
-
A Neo4j specific extension of a
CallableStatement
. - Neo4jConnection - Interface in org.neo4j.jdbc
-
A Neo4j specific extension of
Connection
. - Neo4jDataSource - Class in org.neo4j.jdbc
-
A Neo4j specific extension of
DataSource
. - Neo4jDataSource() - Constructor for class org.neo4j.jdbc.Neo4jDataSource
-
Creates a new
DataSource
which is not yet usable without further configuration. - Neo4jDataSourceExtensions - Interface in org.neo4j.jdbc
-
Neo4j specific extensions to a
DataSource
. - Neo4jDriver - Class in org.neo4j.jdbc
-
The main entry point for the Neo4j JDBC driver.
- Neo4jDriver() - Constructor for class org.neo4j.jdbc.Neo4jDriver
-
Creates a new instance of the
Neo4jDriver
. - Neo4jDriver.SpecifyAdditionalPropertiesStep - Interface in org.neo4j.jdbc
-
Responsible for adding additional properties that should be used in addition to the environment when creating the driver.
- Neo4jDriver.SpecifyEnvStep - Interface in org.neo4j.jdbc
-
Configuration step for creating new
driver instances
in a fluent way. - Neo4jDriver.SpecifyTranslationStep - Interface in org.neo4j.jdbc
-
Responsible for configuring the optional SQL to Cypher translation.
- Neo4jDriverExtensions - Interface in org.neo4j.jdbc
-
Neo4j specific extensions to a
Driver
. - Neo4jMetadataWriter - Interface in org.neo4j.jdbc
-
A Neo4j specific JDBC extension for adding metadata to ongoing Neo4j transactions.
- Neo4jPreparedStatement - Interface in org.neo4j.jdbc
-
A Neo4j specific extension of a
PreparedStatement
. - Neo4jStatement - Interface in org.neo4j.jdbc
-
A Neo4j specific extension of a
Statement
. - Node - Interface in org.neo4j.jdbc.values
-
The Node interface describes the characteristics of a node from a Neo4j graph.
- NODE - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Node type.
- nodes() - Method in interface org.neo4j.jdbc.values.Path
-
Create an iterable over the nodes in this path, nodes will appear in the same order as they appear in the path.
- NodeValue - Class in org.neo4j.jdbc.values
-
Representation of a Neo4j node.
- NotMultiValuedException - Exception in org.neo4j.jdbc.values
-
Exception that is thrown when any
Value
object that is not composed by keys and values or indexes and values is accessed as a map or a collection item. - NotMultiValuedException(String) - Constructor for exception org.neo4j.jdbc.values.NotMultiValuedException
-
Creates a new instance.
- NULL - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Null type.
- NULL - Static variable in class org.neo4j.jdbc.values.NullValue
-
A
BooleanValue
representing null value. - NULL - Static variable in class org.neo4j.jdbc.values.Values
-
The value instance of
NULL
. - NullValue - Class in org.neo4j.jdbc.values
-
Representation of the Cypher
NULL
value. - NUMBER - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Number type.
O
- of(List<String>, Value[]) - Static method in interface org.neo4j.jdbc.values.Record
-
Creates a new record for the given list of keys and values.
- ofBoolean() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Boolean
. - ofDouble() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Double
. - ofEntity() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Entity
. - ofEntityElementId() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
element id
. - ofEntityId() - Static method in class org.neo4j.jdbc.values.Values
-
Deprecated.superseded by
Values.ofEntityElementId()
. - ofFloat() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Float
. - ofInteger() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Integer
. - ofIsoDuration() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
IsoDuration
. - ofList() - Static method in class org.neo4j.jdbc.values.Values
- ofList(Function<Value, T>) - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
List
ofT
. - ofLocalDate() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
LocalDate
. - ofLocalDateTime() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
LocalDateTime
. - ofLocalTime() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
LocalTime
. - ofLong() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Long
. - ofMap() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Map
. - ofMap(Function<Value, T>) - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Map
, with the map values further converted using the provided converter. - ofNode() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Node
. - ofNumber() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Number
. - ofObject() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to objects using
Value.asObject()
. - ofOffsetDateTime() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
OffsetDateTime
. - ofOffsetTime() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
OffsetTime
. - ofPath() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Path
. - ofPoint() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Point
. - ofRelationship() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
Relationship
. - ofString() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
String
. - ofToString() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values using
Value.toString()
, a human-readable string description of any value. - ofValue() - Static method in class org.neo4j.jdbc.values.Values
-
The identity function for value conversion - returns the value untouched.
- ofZonedDateTime() - Static method in class org.neo4j.jdbc.values.Values
-
Converts values to
ZonedDateTime
. - org.neo4j.jdbc - module org.neo4j.jdbc
-
The Neo4j JDBC Driver exposes both the actual JDBC API and the Neo4j value system being used.
- org.neo4j.jdbc - package org.neo4j.jdbc
-
The public API of the Neo4j JDBC Driver.
- org.neo4j.jdbc.values - package org.neo4j.jdbc.values
-
This package contains the Neo4j value system and is public API.
P
- parameters(Object...) - Static method in class org.neo4j.jdbc.values.Values
-
Helper function for creating a map of parameters.
- Path - Interface in org.neo4j.jdbc.values
-
A Path is a directed sequence of relationships between two nodes.
- PATH - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Path type.
- Path.Segment - Interface in org.neo4j.jdbc.values
-
A segment combines a relationship in a path with a start and end node that describe the traversal direction for that relationship.
- PathValue - Class in org.neo4j.jdbc.values
-
Representation of a Neo4j relationship.
- point(int, double, double) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from SRID, x and y values.
- point(int, double, double, double) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from SRID, x ,y and z values.
- Point - Interface in org.neo4j.jdbc.values
-
Represents a single point in a particular coordinate reference system.
- POINT - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Point type.
- PointValue - Class in org.neo4j.jdbc.values
-
Representation of the Cypher
POINT
type. - PROPERTY_AUTH_REALM - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the auth realm. - PROPERTY_AUTH_SCHEME - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the auth scheme. - PROPERTY_DATABASE - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the database. - PROPERTY_HOST - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the host. - PROPERTY_PASSWORD - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the password. - PROPERTY_PORT - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the port. - PROPERTY_REWRITE_BATCHED_STATEMENTS - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
that enables automatic rewrite of batched prepared statements into batched Cypher statements. - PROPERTY_REWRITE_PLACEHOLDERS - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
This property can be used when you want to use Cypher with quotation marks (?) as placeholders.
- PROPERTY_SQL_TRANSLATION_CACHING_ENABLED - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
used to enable automatic translation caching. - PROPERTY_SQL_TRANSLATION_ENABLED - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
used to enable automatic SQL to Cypher translation. - PROPERTY_SSL - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
An optional property that is an alternative to "neo4j+s".
- PROPERTY_SSL_MODE - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
An optional configuration for fine-grained control over SSL configuration.
- PROPERTY_TIMEOUT - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the timeout. - PROPERTY_TRANSLATOR_FACTORY - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
This is an alternative to the automatic configuration of translator factories and can be applied to load a single translator.
- PROPERTY_USE_BOOKMARKS - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
used to enable the use of causal cluster bookmarks. - PROPERTY_USER - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the username. - PROPERTY_USER_AGENT - Static variable in class org.neo4j.jdbc.Neo4jDriver
-
The name of the
property name
containing the user-agent.
R
- Record - Interface in org.neo4j.jdbc.values
-
Container for Cypher result values.
- relationship() - Method in interface org.neo4j.jdbc.values.Path.Segment
-
Returns the relationship underlying this path segment.
- Relationship - Interface in org.neo4j.jdbc.values
-
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
- RELATIONSHIP - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Relationship type.
- relationships() - Method in interface org.neo4j.jdbc.values.Path
-
Create an iterable over the relationships in this path.
- RelationshipValue - Class in org.neo4j.jdbc.values
-
Representation of a Neo4j relationship.
S
- seconds() - Method in interface org.neo4j.jdbc.values.IsoDuration
-
Retrieve amount of seconds in this duration.
- setAsciiStream(String, InputStream) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setAsciiStream(int, InputStream)
. - setBigDecimal(String, BigDecimal) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setBigDecimal(int, BigDecimal)
. - setBinaryStream(String, InputStream) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setBinaryStream(int, InputStream)
. - setBoolean(String, boolean) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setBoolean(int, boolean)
. - setByte(String, byte) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setByte(int, byte)
. - setBytes(String, byte[]) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setBytes(int, byte[])
. - setCharacterStream(String, Reader) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setCharacterStream(int, Reader)
. - setConnectionProperty(String, String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setConnectionProperty(String, String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Sets a connection property on the data source.
- setDatabaseName(String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setDatabaseName(String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the database to use.
- setDate(String, Date) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setDate(int, Date)
. - setDouble(String, double) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setDouble(int, double)
. - setFloat(String, float) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setFloat(int, float)
. - setInt(String, int) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setInt(int, int)
. - setLoginTimeout(int) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setLogWriter(PrintWriter) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setLong(String, long) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setLong(int, long)
. - setNetworkTimeout(Executor, int) - Method in interface org.neo4j.jdbc.Neo4jConnection
-
Sets the timeout for which a connection may remain idle following a request.
- setNull(String, int) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setNull(int, int)
. - setObject(String, Object) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setObject(int, Object)
. - setPassword(String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setPassword(String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the password to use.
- setPortNumber(int) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setPortNumber(int) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the port number to use.
- setServerName(String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setServerName(String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the server name or IP address to connect against.
- setShort(String, short) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setShort(int, short)
. - setString(String, String) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setString(int, String)
. - setTime(String, Time) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setTime(int, Time)
. - setTimestamp(String, Timestamp) - Method in interface org.neo4j.jdbc.Neo4jPreparedStatement
-
Named-parameter version of
PreparedStatement.setTimestamp(int, Timestamp)
. - setTransportProtocol(String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setTransportProtocol(String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the transport protocol, might be null or empty, s or ssc.
- setUser(String) - Method in class org.neo4j.jdbc.Neo4jDataSource
- setUser(String) - Method in interface org.neo4j.jdbc.Neo4jDataSourceExtensions
-
Configures the user that should be connected to the database.
- size() - Method in class org.neo4j.jdbc.values.RelationshipValue
- size() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- size() - Method in class org.neo4j.jdbc.values.BytesValue
- size() - Method in class org.neo4j.jdbc.values.ListValue
- size() - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Retrieve the number of entries in this map.
- size() - Method in class org.neo4j.jdbc.values.MapValue
- size() - Method in class org.neo4j.jdbc.values.PathValue
- size() - Method in class org.neo4j.jdbc.values.StringValue
- size() - Method in interface org.neo4j.jdbc.values.Value
-
If the underlying value is a collection type, return the number of values in the collection.
- srid() - Method in interface org.neo4j.jdbc.values.Point
-
Retrieve identifier of the coordinate reference system for this point.
- start() - Method in interface org.neo4j.jdbc.values.Path.Segment
-
The node that this segment starts at.
- start() - Method in interface org.neo4j.jdbc.values.Path
-
Returns the start node of this path.
- startNodeElementId() - Method in interface org.neo4j.jdbc.values.Relationship
-
The id of the node where this relationship starts.
- STRING - Enum constant in enum class org.neo4j.jdbc.values.Type
-
String type.
- StringValue - Class in org.neo4j.jdbc.values
-
The Cypher type
STRING
maps directly to a JavaString
.
T
- TIME - Enum constant in enum class org.neo4j.jdbc.values.Type
-
Time type.
- TimeValue - Class in org.neo4j.jdbc.values
-
The Cypher type
TIME
maps to a JavaOffsetTime
. - toString() - Method in record class org.neo4j.jdbc.Bookmark
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.jdbc.values.RelationshipValue
- toString() - Method in class org.neo4j.jdbc.values.BooleanValue
- toString() - Method in class org.neo4j.jdbc.values.BytesValue
- toString() - Method in class org.neo4j.jdbc.values.DateTimeValue
- toString() - Method in class org.neo4j.jdbc.values.DateValue
- toString() - Method in class org.neo4j.jdbc.values.FloatValue
- toString() - Method in class org.neo4j.jdbc.values.IntegerValue
- toString() - Method in class org.neo4j.jdbc.values.ListValue
- toString() - Method in class org.neo4j.jdbc.values.LocalDateTimeValue
- toString() - Method in class org.neo4j.jdbc.values.LocalTimeValue
- toString() - Method in class org.neo4j.jdbc.values.MapValue
- toString() - Method in class org.neo4j.jdbc.values.NullValue
- toString() - Method in class org.neo4j.jdbc.values.StringValue
- toString() - Method in class org.neo4j.jdbc.values.TimeValue
- toString() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- toString() - Method in interface org.neo4j.jdbc.values.Value
- TRUE - Static variable in class org.neo4j.jdbc.values.BooleanValue
-
A
BooleanValue
representing true value. - type() - Method in class org.neo4j.jdbc.values.BooleanValue
- type() - Method in class org.neo4j.jdbc.values.BytesValue
- type() - Method in class org.neo4j.jdbc.values.DateTimeValue
- type() - Method in class org.neo4j.jdbc.values.DateValue
- type() - Method in class org.neo4j.jdbc.values.DurationValue
- type() - Method in class org.neo4j.jdbc.values.FloatValue
- type() - Method in class org.neo4j.jdbc.values.IntegerValue
- type() - Method in class org.neo4j.jdbc.values.ListValue
- type() - Method in class org.neo4j.jdbc.values.LocalDateTimeValue
- type() - Method in class org.neo4j.jdbc.values.LocalTimeValue
- type() - Method in class org.neo4j.jdbc.values.MapValue
- type() - Method in class org.neo4j.jdbc.values.NodeValue
- type() - Method in class org.neo4j.jdbc.values.NullValue
- type() - Method in class org.neo4j.jdbc.values.PathValue
- type() - Method in class org.neo4j.jdbc.values.PointValue
- type() - Method in interface org.neo4j.jdbc.values.Relationship
-
Return the type of this relationship.
- type() - Method in class org.neo4j.jdbc.values.RelationshipValue
- type() - Method in class org.neo4j.jdbc.values.StringValue
- type() - Method in class org.neo4j.jdbc.values.TimeValue
- type() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- type() - Method in interface org.neo4j.jdbc.values.Value
-
Returns the type.
- Type - Enum Class in org.neo4j.jdbc.values
-
The type of
Value
as defined by the Cypher language.
U
- UncoercibleException - Exception in org.neo4j.jdbc.values
-
This exception will be thrown when the coercion
Value
into another type is not possible. - UncoercibleException(String, String) - Constructor for exception org.neo4j.jdbc.values.UncoercibleException
-
Creates a new instance.
- UnsizableException - Exception in org.neo4j.jdbc.values
-
This exception will be thrown when a
Value
that does not have a size is asks for it viaValue.size()
. - UnsizableException(String) - Constructor for exception org.neo4j.jdbc.values.UnsizableException
-
Creates a new instance.
- UnsupportedDateTimeValue - Class in org.neo4j.jdbc.values
-
This value will be returned for date time properties that are stored in a time zone that is available on the Neo4j host system but not on the client system in which the driver is used.
- UnsupportedDateTimeValue(DateTimeException) - Constructor for class org.neo4j.jdbc.values.UnsupportedDateTimeValue
-
Constructs a new value based on the exception the driver caught when reading the corresponding message from the Neo4j host system.
- unwrap(Class<T>) - Method in class org.neo4j.jdbc.Neo4jDataSource
- unwrap(Class<T>) - Method in class org.neo4j.jdbc.Neo4jDriver
V
- value() - Method in record class org.neo4j.jdbc.Bookmark
-
Returns the value of the
value
record component. - value(boolean) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from boolean.
- value(boolean...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from boolean vararg.
- value(byte...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from byte vararg.
- value(char) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from char.
- value(char...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from char vararg.
- value(double) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from double.
- value(double...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from double vararg.
- value(float...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from float vararg.
- value(int) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from int.
- value(int...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from int vararg.
- value(long) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from long.
- value(long...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from long vararg.
- value(short...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from short vararg.
- value(Iterable<Object>) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from iterable of objects.
- value(Object) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from object.
- value(String) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from string.
- value(String...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from string vararg.
- value(Duration) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from duration.
- value(LocalDate) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from local date.
- value(LocalDateTime) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from local date time.
- value(LocalTime) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from local time.
- value(OffsetDateTime) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from offset date time.
- value(OffsetTime) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from offset time.
- value(Period) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from period.
- value(ZonedDateTime) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from zoned date time.
- value(Iterator<Object>) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from iterator of objects.
- value(List<Object>) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from list of objects.
- value(Map<String, Object>) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from string to object map.
- value(Stream<Object>) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from stream of objects.
- value(Value...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns a value from value vararg.
- Value - Interface in org.neo4j.jdbc.values
-
A unit of data that adheres to the Neo4j type system.
- ValueException - Exception in org.neo4j.jdbc.values
-
The base type for several exception that might occur within the Neo4j value system, such as a lossy coercion, that might occur when trying to downcast a Cypher
INTEGER
(which is a 64bit integer), into a Java int (which is only 32bit). - ValueException(String) - Constructor for exception org.neo4j.jdbc.values.ValueException
-
Constructs a new exception with the specified detail message.
- valueOf(String) - Static method in enum class org.neo4j.jdbc.values.Type
-
Returns the enum constant of this class with the specified name.
- values() - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- values() - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Retrieve all values of the underlying collection.
- values() - Method in class org.neo4j.jdbc.values.MapValue
- values() - Method in interface org.neo4j.jdbc.values.Record
-
Retrieve the values of the underlying map.
- values() - Static method in enum class org.neo4j.jdbc.values.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(Object...) - Static method in class org.neo4j.jdbc.values.Values
-
Returns an array of values from object vararg.
- values(Function<Value, T>) - Method in class org.neo4j.jdbc.values.UnsupportedDateTimeValue
- values(Function<Value, T>) - Method in class org.neo4j.jdbc.values.ListValue
- values(Function<Value, T>) - Method in interface org.neo4j.jdbc.values.MapAccessor
-
Map and retrieve all values of the underlying collection.
- values(Function<Value, T>) - Method in class org.neo4j.jdbc.values.MapValue
- Values - Class in org.neo4j.jdbc.values
-
Utility for wrapping regular Java types and exposing them as
Value
objects, and vice versa.
W
- withMetadata(Map<String, Object>) - Method in class org.neo4j.jdbc.Neo4jDriver
- withMetadata(Map<String, Object>) - Method in interface org.neo4j.jdbc.Neo4jMetadataWriter
-
Set the transaction metadata.
- withProperties(Map<String, Object>) - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyAdditionalPropertiesStep
-
Call this to specify any additional properties.
- withProperties(Map<String, Object>) - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Lets you configure the driver from the environment, with additional properties being applied as well.
- withSQLTranslation() - Method in interface org.neo4j.jdbc.Neo4jDriver.SpecifyTranslationStep
-
Call to enable SQL to Cypher translation.
- withSQLTranslation() - Static method in class org.neo4j.jdbc.Neo4jDriver
-
Lets you configure the driver from the environment, but always enable SQL to Cypher translation.
X
Y
Z
A B C D E F G H I J K L M N O P R S T U V W X Y ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Entity.elementId()