| Class | Description |
|---|---|
| Begin | |
| Cd |
Mimics the POSIX application with the same name, i.e.
|
| Commit | |
| Dbinfo | |
| Gsh |
Wraps a
Gsh in a
TransactionProvidingApp to be wrapped in a transaction among other things. |
| IndexProviderShellApp | |
| Jsh |
Wraps a
Jsh in a
TransactionProvidingApp to be wrapped in a transaction among other things. |
| Ls |
Mimics the POSIX application with the same name, i.e.
|
| Mknode | |
| Mkrel |
Mimics the POSIX application "mkdir", but neo4j has relationships instead of
directories (if you look at Neo4j in a certain perspective).
|
| Mv |
Mimics the POSIX application with the same name, i.e.
|
| NodeOrRelationship | |
| NonTransactionProvidingApp | |
| Pwd |
Mimics the POSIX application with the same name, i.e.
|
| Rm |
Mimics the POSIX application with the same name, i.e.
|
| Rmnode | |
| Rmrel |
Mimics the POSIX application "rmdir", but neo4j has relationships instead of
directories (if you look at Neo4j in a certain perspective).
|
| Rollback | |
| Schema | |
| Set |
Sets a property for the current node or relationship.
|
| TransactionProvidingApp |
An implementation of
App which has common methods and functionality
to use with neo4j. |
| Trav |
Traverses the graph.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.