We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137583e commit c6bd97eCopy full SHA for c6bd97e
neo4j/resultsummary.go
@@ -61,6 +61,8 @@ type ResultSummary interface {
61
// ResultConsumedAfter returns the time it took the server to consume the result.
62
ResultConsumedAfter() time.Duration
63
// Database returns information about the database where the result is obtained from
64
+ // Returns nil for Neo4j versions prior to v4.
65
+ // Returns the default "neo4j" database for Community Edition servers.
66
Database() DatabaseInfo
67
}
68
0 commit comments