| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api.exceptions.schema | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
InternalSchemaActions.createPropertyUniquenessConstraint(Label label,
String propertyKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddIndexFailureException |
class |
AlreadyConstrainedException |
class |
AlreadyIndexedException |
class |
CreateConstraintFailureException |
class |
DropIndexFailureException |
class |
IllegalTokenNameException |
class |
IndexBelongsToConstraintException |
class |
NoSuchIndexException |
class |
SchemaRuleNotFoundException |
class |
TooManyLabelsException |
| Constructor and Description |
|---|
CreateConstraintFailureException(long labelId,
long propertyKey,
SchemaKernelException cause) |
DropIndexFailureException(org.neo4j.kernel.impl.api.index.IndexDescriptor indexDescriptor,
SchemaKernelException cause) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.api.index.IndexDescriptor |
SchemaWriteOperations.indexCreate(long labelId,
long propertyKeyId)
Creates an index, indexing properties with the given
propertyKeyId for nodes with the given
labelId. |
long |
KeyWriteOperations.labelGetOrCreateForName(String labelName)
Returns a label id for a label name.
|
long |
KeyWriteOperations.propertyKeyGetOrCreateForName(String propertyKeyName)
Returns a property key id for a property key.
|
org.neo4j.kernel.impl.api.index.IndexDescriptor |
SchemaWriteOperations.uniqueIndexCreate(long labelId,
long propertyKey)
Creates an index for use with a uniqueness constraint.
|
UniquenessConstraint |
SchemaWriteOperations.uniquenessConstraintCreate(long labelId,
long propertyKeyId) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.