Navigation
index
modules
|
py2neo (master)
»
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__iter__() (py2neo.ogm.ModelMatch method)
__node__ (py2neo.ogm.py2neo.ogm.Model attribute)
__primarykey__ (py2neo.ogm.models.movies.Movie attribute)
(py2neo.ogm.models.movies.Person attribute)
(py2neo.ogm.py2neo.ogm.Model attribute)
__primarylabel__ (py2neo.ogm.models.movies.Movie attribute)
(py2neo.ogm.models.movies.Person attribute)
(py2neo.ogm.py2neo.ogm.Model attribute)
__primaryvalue__ (py2neo.ogm.py2neo.ogm.Model attribute)
A
acquire() (py2neo.client.ConnectionPool method)
acted_in (py2neo.ogm.models.movies.Person attribute)
actors (py2neo.ogm.models.movies.Movie attribute)
add() (py2neo.ogm.RelatedObjects method)
add_label() (py2neo.data.Node method)
add_pools() (py2neo.client.Connector method)
Address (class in py2neo.wiring)
address (py2neo.client.config.ConnectionProfile attribute)
age (py2neo.client.Connection attribute)
all() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
AND() (in module py2neo.matching)
apilevel (in module py2neo.pep249)
arraysize (py2neo.pep249.Cursor attribute)
Auth (class in py2neo.server.security)
auth (py2neo.client.config.ConnectionProfile attribute)
auto() (py2neo.database.Graph method)
B
begin() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.Connector method)
(py2neo.client.bolt.Bolt3 method)
(py2neo.client.http.HTTP method)
(py2neo.database.Graph method)
(py2neo.pep249.Connection method)
Bolt (class in py2neo.client.bolt)
Bolt1 (class in py2neo.client.bolt)
Bolt2 (class in py2neo.client.bolt)
Bolt3 (class in py2neo.client.bolt)
Bolt4x0 (class in py2neo.client.bolt)
Bolt4x1 (class in py2neo.client.bolt)
bolt_user_agent() (in module py2neo.client.config)
BoltResult (class in py2neo.client.bolt)
BoltTransactionRef (class in py2neo.client.bolt)
born (py2neo.ogm.models.movies.Person attribute)
broken (py2neo.client.bolt.Bolt attribute)
(py2neo.client.Connection attribute)
(py2neo.client.TransactionRef attribute)
(py2neo.client.http.HTTP attribute)
(py2neo.wiring.Wire attribute)
BrokenWireError
buffer() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
C
call (py2neo.database.Graph attribute)
CartesianPoint (class in py2neo.data.spatial)
clear() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.ogm.RelatedObjects method)
clear_labels() (py2neo.data.Node method)
client_address (py2neo.client.ConnectionRecord attribute)
(py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
ClientConsole (class in py2neo.client.console)
ClientError (class in py2neo.database.work)
close() (py2neo.client.bolt.Bolt method)
(py2neo.client.ConnectionPool method)
(py2neo.client.Connector method)
(py2neo.database.work.Cursor method)
(py2neo.pep249.Connection method)
(py2neo.pep249.Cursor method)
(py2neo.wiring.Wire method)
closed (py2neo.client.bolt.Bolt attribute)
(py2neo.client.Connection attribute)
(py2neo.client.http.HTTP attribute)
(py2neo.wiring.Wire attribute)
commit() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.Connector method)
(py2neo.client.bolt.Bolt3 method)
(py2neo.client.http.HTTP method)
(py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
(py2neo.pep249.Connection method)
config (py2neo.database.GraphService attribute)
connect() (in module py2neo.pep249)
(py2neo.client.ConnectionPool method)
Connection (class in py2neo.client)
(class in py2neo.pep249)
connection (py2neo.pep249.Cursor attribute)
ConnectionBroken
ConnectionPool (class in py2neo.client)
ConnectionProfile (class in py2neo.client.config)
ConnectionRecord (class in py2neo.client)
ConnectionUnavailable
Connector (class in py2neo.client)
connector (py2neo.database.GraphService attribute)
constraints_added (py2neo.database.work.CypherStats attribute)
constraints_removed (py2neo.database.work.CypherStats attribute)
contained_updates (py2neo.database.work.CypherStats attribute)
CONTAINS() (in module py2neo.matching)
count() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
create() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
create_index() (py2neo.database.Schema method)
create_nodes() (in module py2neo.bulk)
create_relationships() (in module py2neo.bulk)
create_uniqueness_constraint() (py2neo.database.Schema method)
current (py2neo.database.work.Cursor attribute)
current_qid (py2neo.client.TransactionRecord attribute)
current_query (py2neo.client.TransactionRecord attribute)
Cursor (class in py2neo.database.work)
(class in py2neo.pep249)
cursor() (py2neo.pep249.Connection method)
cxid (py2neo.client.ConnectionRecord attribute)
(py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
cypher_escape() (in module py2neo.cypher)
cypher_join() (in module py2neo.cypher)
cypher_repr() (in module py2neo.cypher)
cypher_str() (in module py2neo.cypher)
CypherLexer (class in py2neo.cypher.lexer)
CypherPlan (class in py2neo.database.work)
CypherStats (class in py2neo.database.work)
CypherSummary (class in py2neo.database.work)
D
data() (py2neo.database.work.Cursor method)
(py2neo.database.work.Record method)
database (py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
DatabaseError
(class in py2neo.database.work)
DataError
default (py2neo.ogm.Property attribute)
default_graph (py2neo.database.GraphService attribute)
default_graph_name() (py2neo.client.Connector method)
dehydrate() (in module py2neo.client.json)
delete() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
(py2neo.ogm.Repository method)
delete_all() (py2neo.database.Graph method)
description (py2neo.pep249.Cursor attribute)
directed (py2neo.ogm.models.movies.Person attribute)
directors (py2neo.ogm.models.movies.Movie attribute)
drop_index() (py2neo.database.Schema method)
drop_uniqueness_constraint() (py2neo.database.Schema method)
E
end_node (py2neo.data.Path attribute)
(py2neo.data.Relationship attribute)
ENDS_WITH() (in module py2neo.matching)
environment variable
NEO4J_AUTH
NEO4J_SECURE
NEO4J_URI
NEO4J_VERIFY
EQ() (in module py2neo.matching)
Error
evaluate() (py2neo.database.Graph method)
(py2neo.database.work.Cursor method)
(py2neo.database.work.Transaction method)
execute() (py2neo.pep249.Connection method)
(py2neo.pep249.Cursor method)
executemany() (py2neo.pep249.Connection method)
(py2neo.pep249.Cursor method)
exists() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
(py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
(py2neo.ogm.Repository method)
F
Failure
family (py2neo.wiring.Address attribute)
fetch() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
fetchall() (py2neo.pep249.Cursor method)
fetchmany() (py2neo.pep249.Cursor method)
fetchone() (py2neo.pep249.Cursor method)
field() (py2neo.database.work.Table method)
fields() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
first() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
(py2neo.ogm.ModelMatch method)
forward() (py2neo.database.work.Cursor method)
from_file() (py2neo.client.config.ConnectionProfile class method)
G
GE() (in module py2neo.matching)
get() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.database.work.Record method)
(py2neo.matching.NodeMatcher method)
(py2neo.matching.RelationshipMatcher method)
(py2neo.ogm.RelatedObjects method)
(py2neo.ogm.Repository method)
get_cluster_overview() (py2neo.client.Connection method)
get_config() (py2neo.client.Connection method)
get_connections() (py2neo.client.Connection method)
get_indexes() (py2neo.database.Schema method)
get_management_data() (py2neo.client.Connection method)
get_pools() (py2neo.client.Connector method)
get_queries() (py2neo.client.Connection method)
get_statements() (py2neo.cypher.lexer.CypherLexer method)
get_transactions() (py2neo.client.Connection method)
get_uniqueness_constraints() (py2neo.database.Schema method)
Graph (class in py2neo.database)
graph (py2neo.data.Node attribute)
(py2neo.data.Path attribute)
(py2neo.data.Relationship attribute)
graph_name (py2neo.client.bolt.BoltResult attribute)
(py2neo.client.Result attribute)
graph_names() (py2neo.client.Connector method)
GraphService (class in py2neo.database)
GT() (in module py2neo.matching)
H
has_label() (py2neo.data.Node method)
has_records() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
host (py2neo.client.config.ConnectionProfile attribute)
HTTP (class in py2neo.client.http)
http_user_agent() (in module py2neo.client.config)
HTTPResult (class in py2neo.client.http)
HTTPTransactionRef (class in py2neo.client.http)
I
identity (py2neo.data.Node attribute)
(py2neo.data.Relationship attribute)
IN() (in module py2neo.matching)
in_transaction (py2neo.pep249.Connection attribute)
in_use (py2neo.client.ConnectionPool attribute)
(py2neo.client.Connector attribute)
index() (py2neo.database.work.Record method)
indexes (py2neo.client.QueryRecord attribute)
indexes_added (py2neo.database.work.CypherStats attribute)
indexes_removed (py2neo.database.work.CypherStats attribute)
IntegrityError
InterfaceError
InternalError
IPv4Address (class in py2neo.wiring)
IPv6Address (class in py2neo.wiring)
IS_NOT_NULL() (in module py2neo.matching)
IS_NULL() (in module py2neo.matching)
items() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.database.work.Record method)
K
kernel_version (py2neo.database.GraphService attribute)
key (py2neo.ogm.Property attribute)
keys() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.data.Subgraph method)
(py2neo.database.GraphService method)
(py2neo.database.work.Cursor method)
(py2neo.database.work.CypherPlan method)
(py2neo.database.work.CypherStats method)
(py2neo.database.work.Record method)
(py2neo.database.work.Table method)
L
Label (class in py2neo.ogm)
labels (py2neo.data.Node attribute)
labels() (py2neo.data.Subgraph method)
labels_added (py2neo.database.work.CypherStats attribute)
labels_removed (py2neo.database.work.CypherStats attribute)
LE() (in module py2neo.matching)
LIKE() (in module py2neo.matching)
limit() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
load_unit_of_work() (py2neo.client.console.ClientConsole method)
local_address (py2neo.wiring.Wire attribute)
LT() (in module py2neo.matching)
M
match() (py2neo.database.Graph method)
(py2neo.matching.NodeMatcher method)
(py2neo.matching.RelationshipMatcher method)
(py2neo.ogm.Repository method)
(py2neo.ogm.py2neo.ogm.Model.Model class method)
match_one() (py2neo.database.Graph method)
max_age (py2neo.client.ConnectionPool attribute)
max_size (py2neo.client.ConnectionPool attribute)
merge() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
merge_nodes() (in module py2neo.bulk)
merge_relationships() (in module py2neo.bulk)
metadata (py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
ModelMatch (class in py2neo.ogm)
Movie (class in py2neo.ogm.models.movies)
N
name (py2neo.database.Graph attribute)
(py2neo.ogm.models.movies.Person attribute)
NE() (in module py2neo.matching)
neo4j_edition (py2neo.client.Connection attribute)
neo4j_version (py2neo.client.Connection attribute)
Neo4jError (class in py2neo.database.work)
Node (class in py2neo.data)
node_labels (py2neo.database.Schema attribute)
NodeMatch (class in py2neo.matching)
NodeMatcher (class in py2neo.matching)
nodes (py2neo.data.Path attribute)
(py2neo.data.Relationship attribute)
(py2neo.data.Subgraph attribute)
(py2neo.database.Graph attribute)
nodes_created (py2neo.database.work.CypherStats attribute)
nodes_deleted (py2neo.database.work.CypherStats attribute)
NotSupportedError
O
open() (py2neo.client.bolt.Bolt class method)
(py2neo.client.Connection class method)
(py2neo.client.ConnectionPool class method)
(py2neo.client.http.HTTP class method)
(py2neo.wiring.Wire class method)
OperationalError
OR() (in module py2neo.matching)
order_by() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
P
pack_into() (in module py2neo.client.packstream)
parameters (py2neo.client.QueryRecord attribute)
paramstyle (in module py2neo.pep249)
password (py2neo.client.config.ConnectionProfile attribute)
(py2neo.server.security.Auth attribute)
Path (class in py2neo.data)
peek() (py2neo.wiring.Wire method)
peek_records() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
Person (class in py2neo.ogm.models.movies)
plan() (py2neo.database.work.Cursor method)
planner (py2neo.client.QueryRecord attribute)
play() (py2neo.database.Graph method)
Point (class in py2neo.data.spatial)
port (py2neo.client.config.ConnectionProfile attribute)
port_number (py2neo.client.config.ConnectionProfile attribute)
preview() (py2neo.database.work.Cursor method)
Procedure (class in py2neo.database)
ProcedureLibrary (class in py2neo.database)
process() (py2neo.client.console.ClientConsole method)
produced (py2neo.ogm.models.movies.Person attribute)
producers (py2neo.ogm.models.movies.Movie attribute)
product (py2neo.database.GraphService attribute)
profile (py2neo.client.ConnectionPool attribute)
(py2neo.client.Connector attribute)
(py2neo.database.GraphService attribute)
ProgrammingError
properties_set (py2neo.database.work.CypherStats attribute)
Property (class in py2neo.ogm)
protocol (py2neo.client.config.ConnectionProfile attribute)
protocol_version (py2neo.client.bolt.BoltResult attribute)
(py2neo.client.Result attribute)
ProtocolError
prune() (py2neo.client.ConnectionPool method)
(py2neo.client.Connector method)
pull() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
push() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
py2neo.bulk (module)
py2neo.client (module)
py2neo.client.bolt (module)
py2neo.client.config (module)
py2neo.client.console (module)
py2neo.client.http (module)
py2neo.client.json (module)
py2neo.client.packstream (module)
py2neo.cypher (module)
py2neo.cypher.lexer (module)
py2neo.cypher.queries (module)
py2neo.data (module)
py2neo.data.spatial (module)
py2neo.database (module)
py2neo.database.work (module)
py2neo.matching (module)
py2neo.ogm (module)
py2neo.ogm.Model (class in py2neo.ogm)
py2neo.ogm.models.movies (module)
py2neo.pep249 (module)
py2neo.server.security (module)
py2neo.wiring (module)
Q
qid (py2neo.client.QueryRecord attribute)
query (py2neo.client.QueryRecord attribute)
query_id (py2neo.client.bolt.BoltResult attribute)
query_id() (py2neo.client.Result method)
QueryRecord (class in py2neo.client)
R
read() (py2neo.client.console.ClientConsole method)
(py2neo.database.Graph method)
(py2neo.wiring.Wire method)
Record (class in py2neo.database.work)
records() (py2neo.client.Result method)
Related (class in py2neo.ogm)
related_class (py2neo.ogm.Related attribute)
RelatedFrom (class in py2neo.ogm)
RelatedObjects (class in py2neo.ogm)
RelatedTo (class in py2neo.ogm)
Relationship (class in py2neo.data)
relationship_type (py2neo.ogm.Related attribute)
relationship_types (py2neo.database.Schema attribute)
RelationshipMatch (class in py2neo.matching)
RelationshipMatcher (class in py2neo.matching)
relationships (py2neo.data.Path attribute)
(py2neo.data.Subgraph attribute)
(py2neo.database.Graph attribute)
relationships_created (py2neo.database.work.CypherStats attribute)
relationships_deleted (py2neo.database.work.CypherStats attribute)
release() (py2neo.client.Connection method)
(py2neo.client.ConnectionPool method)
released (py2neo.ogm.models.movies.Movie attribute)
reload() (py2neo.ogm.Repository method)
remote_address (py2neo.wiring.Wire attribute)
remove() (py2neo.ogm.RelatedObjects method)
remove_label() (py2neo.data.Node method)
Repository (class in py2neo.ogm)
Result (class in py2neo.client)
reviewed (py2neo.ogm.models.movies.Person attribute)
reviewers (py2neo.ogm.models.movies.Movie attribute)
rollback() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.Connector method)
(py2neo.client.bolt.Bolt3 method)
(py2neo.client.http.HTTP method)
(py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
(py2neo.pep249.Connection method)
route() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.bolt.Bolt4x0 method)
rowcount (py2neo.pep249.Cursor attribute)
run() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
run_prog() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.Connector method)
(py2neo.client.bolt.Bolt3 method)
(py2neo.client.http.HTTP method)
run_query() (py2neo.client.Connector method)
runtime (py2neo.client.QueryRecord attribute)
S
save() (py2neo.ogm.Repository method)
Schema (class in py2neo.database)
schema (py2neo.database.Graph attribute)
scheme (py2neo.client.config.ConnectionProfile attribute)
secure (py2neo.client.config.ConnectionProfile attribute)
secure() (py2neo.wiring.Wire method)
send() (py2neo.wiring.Wire method)
separate() (py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
server_profile (py2neo.client.ConnectionRecord attribute)
(py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
service (py2neo.database.Graph attribute)
setdefault() (py2neo.data.Node method)
(py2neo.data.Relationship method)
since (py2neo.client.ConnectionRecord attribute)
(py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
size (py2neo.client.ConnectionPool attribute)
skip() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
start_node (py2neo.data.Path attribute)
(py2neo.data.Relationship attribute)
STARTS_WITH() (in module py2neo.matching)
stats (py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
stats() (py2neo.database.work.Cursor method)
status (py2neo.client.QueryRecord attribute)
(py2neo.client.TransactionRecord attribute)
Subgraph (class in py2neo.data)
summary (py2neo.pep249.Cursor attribute)
summary() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
(py2neo.database.work.Cursor method)
supports_multi() (py2neo.client.bolt.Bolt method)
(py2neo.client.Connection method)
(py2neo.client.http.HTTP method)
sync() (py2neo.client.bolt.Bolt1 method)
(py2neo.client.Connection method)
(py2neo.client.http.HTTP method)
system_graph (py2neo.database.GraphService attribute)
SystemGraph (class in py2neo.database)
T
Table (class in py2neo.database.work)
tagline (py2neo.ogm.models.movies.Movie attribute)
take_record() (py2neo.client.bolt.BoltResult method)
(py2neo.client.Result method)
(py2neo.client.http.HTTPResult method)
threadsafety (in module py2neo.pep249)
title (py2neo.ogm.models.movies.Movie attribute)
to_data_frame() (py2neo.database.work.Cursor method)
to_dict() (py2neo.client.config.ConnectionProfile method)
to_matrix() (py2neo.database.work.Cursor method)
to_ndarray() (py2neo.database.work.Cursor method)
to_series() (py2neo.database.work.Cursor method)
to_subgraph() (py2neo.database.work.Cursor method)
(py2neo.database.work.Record method)
to_table() (py2neo.database.work.Cursor method)
Transaction (class in py2neo.database.work)
TransactionRecord (class in py2neo.client)
TransactionRef (class in py2neo.client)
TransientError (class in py2neo.database.work)
triples() (py2neo.ogm.RelatedObjects method)
txid (py2neo.client.TransactionRecord attribute)
type() (py2neo.data.Relationship static method)
types() (py2neo.data.Path method)
(py2neo.data.Subgraph method)
U
unbound_relationship (in module py2neo.client.packstream)
unwind_create_nodes_query() (in module py2neo.cypher.queries)
unwind_create_relationships_query() (in module py2neo.cypher.queries)
unwind_merge_nodes_query() (in module py2neo.cypher.queries)
unwind_merge_relationships_query() (in module py2neo.cypher.queries)
update() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.database.Graph method)
(py2neo.database.work.Transaction method)
(py2neo.ogm.RelatedObjects method)
update_labels() (py2neo.data.Node method)
uri (py2neo.client.config.ConnectionProfile attribute)
(py2neo.database.GraphService attribute)
user (py2neo.client.config.ConnectionProfile attribute)
(py2neo.server.security.Auth attribute)
user_agent (py2neo.client.ConnectionPool attribute)
(py2neo.client.ConnectionRecord attribute)
(py2neo.client.Connector attribute)
V
values() (py2neo.data.Node method)
(py2neo.data.Relationship method)
(py2neo.database.work.Record method)
verify (py2neo.client.config.ConnectionProfile attribute)
W
walk() (py2neo.data.Path static method)
Warning
WGS84Point (class in py2neo.data.spatial)
where() (py2neo.matching.NodeMatch method)
(py2neo.matching.RelationshipMatch method)
Wire (class in py2neo.wiring)
WireError
WireRequestHandler (class in py2neo.wiring)
wrap() (py2neo.ogm.py2neo.ogm.Model.Model class method)
(py2neo.ogm.Repository class method)
write() (py2neo.database.work.Table method)
(py2neo.wiring.Wire method)
write_csv() (py2neo.database.work.Table method)
write_html() (py2neo.database.work.Table method)
write_separated_values() (py2neo.database.work.Table method)
write_tsv() (py2neo.database.work.Table method)
writers (py2neo.ogm.models.movies.Movie attribute)
wrote (py2neo.ogm.models.movies.Person attribute)
X
XOR() (in module py2neo.matching)
Quick search
Navigation
index
modules
|
py2neo (master)
»