public interface SchemaReadOperations
org.neo4j.kernel.impl.api.index.IndexDescriptor indexesGetForLabelAndPropertyKey(Statement state, long labelId, long propertyKey) throws SchemaRuleNotFoundException
SchemaRuleNotFoundExceptionIterator<org.neo4j.kernel.impl.api.index.IndexDescriptor> indexesGetForLabel(Statement state, long labelId)
Iterator<org.neo4j.kernel.impl.api.index.IndexDescriptor> indexesGetAll(Statement state)
Iterator<org.neo4j.kernel.impl.api.index.IndexDescriptor> uniqueIndexesGetForLabel(Statement state, long labelId)
Iterator<org.neo4j.kernel.impl.api.index.IndexDescriptor> uniqueIndexesGetAll(Statement state)
InternalIndexState indexGetState(Statement state, org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor) throws IndexNotFoundKernelException
IndexNotFoundKernelExceptionString indexGetFailure(Statement state, org.neo4j.kernel.impl.api.index.IndexDescriptor descriptor) throws IndexNotFoundKernelException
IndexNotFoundKernelExceptionIterator<UniquenessConstraint> constraintsGetForLabelAndPropertyKey(Statement state, long labelId, long propertyKeyId)
UniquenessConstraint
for the time being.Iterator<UniquenessConstraint> constraintsGetForLabel(Statement state, long labelId)
UniquenessConstraint
for the time being.Iterator<UniquenessConstraint> constraintsGetAll(Statement state)
UniquenessConstraint
for the time being.Long indexGetOwningUniquenessConstraintId(Statement state, org.neo4j.kernel.impl.api.index.IndexDescriptor index) throws SchemaRuleNotFoundException
SchemaRuleNotFoundExceptionlong indexGetCommittedId(Statement state, org.neo4j.kernel.impl.api.index.IndexDescriptor index) throws SchemaRuleNotFoundException
SchemaRuleNotFoundExceptionCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.