neo4j returns a Neo4jConnect object with these properties:
URL — The Neo4j database web location
UserName — The user name used to connect to the database
Message — Any database connection error messages
Check the Message property of the Neo4j connection object neo4jconn. The blank Message property indicates a successful Neo4j database connection.
neo4jconn.Message
ans =
[]
Retrieve all node labels using the Neo4j database connection neo4jconn. The cell array nlabels contains a character vector for the one node label in the Neo4j database.