Package | Description |
---|---|
org.neo4j.kernel.api.operations |
Modifier and Type | Method and Description |
---|---|
org.neo4j.kernel.impl.api.index.IndexDescriptor |
SchemaReadOperations.indexesGetForLabelAndPropertyKey(long labelId,
long propertyKey)
Returns the index rule for the given labelId and propertyKey.
|
long |
SchemaReadOperations.indexGetCommittedId(org.neo4j.kernel.impl.api.index.IndexDescriptor index)
Get the index id (the id or the schema rule record) for a committed index
- throws exception for indexes that aren't committed.
|
Long |
SchemaReadOperations.indexGetOwningUniquenessConstraintId(org.neo4j.kernel.impl.api.index.IndexDescriptor index)
Get the owning constraint for a constraint index.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.