Uses of Interface
ac.simons.neo4j.migrations.core.ConnectionDetails
Packages that use ConnectionDetails
-
Uses of ConnectionDetails in ac.simons.neo4j.migrations.core
Subinterfaces of ConnectionDetails in ac.simons.neo4j.migrations.coreModifier and TypeInterfaceDescriptioninterface
Public information about an applied migration.Methods in ac.simons.neo4j.migrations.core that return ConnectionDetailsModifier and TypeMethodDescriptionMigrationContext.getConnectionDetails()
The details will give detailed information about the user being connected, server address and which databases - if available - are being migrated and which are used to store the schema.Migrations.getConnectionDetails()