Record Class InternalDatabaseInfo
java.lang.Object
java.lang.Record
org.neo4j.driver.internal.summary.InternalDatabaseInfo
- All Implemented Interfaces:
DatabaseInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInternalDatabaseInfo(String name) Creates an instance of aInternalDatabaseInforecord class. -
Method Summary
-
Field Details
-
DEFAULT_DATABASE_INFO
-
-
Constructor Details
-
InternalDatabaseInfo
Creates an instance of aInternalDatabaseInforecord class.- Parameters:
name- the value for thenamerecord component
-
-
Method Details
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
toString
-
hashCode
-
name
Returns the value of thenamerecord component.- Specified by:
namein interfaceDatabaseInfo- Returns:
- the value of the
namerecord component
-