Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.schema.Schema

Packages that use Schema
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Schema in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return Schema
 Schema GraphDatabaseService.schema()
          Returns the schema manager where all things related to schema, for example constraints and indexing on labels.
 

Uses of Schema in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement Schema
 class SchemaImpl
           
 

Fields in org.neo4j.kernel declared as Schema
protected  Schema InternalAbstractGraphDatabase.schema
           
 

Methods in org.neo4j.kernel that return Schema
 Schema InternalAbstractGraphDatabase.schema()
           
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.