public interface KeyReadOperations
Modifier and Type | Method and Description |
---|---|
long |
labelGetForName(String labelName)
Returns a label id for a label name.
|
String |
labelGetName(long labelId)
Returns the label name for the given label id.
|
Iterator<org.neo4j.kernel.impl.core.Token> |
labelsGetAllTokens()
Returns the labels currently stored in the database
|
long |
propertyKeyGetForName(String propertyKeyName)
Returns a property key id for the given property key.
|
String |
propertyKeyGetName(long propertyKeyId)
Returns the name of a property given its property key id
|
long labelGetForName(String labelName) throws LabelNotFoundKernelException
LabelNotFoundKernelException
will be thrown.LabelNotFoundKernelException
String labelGetName(long labelId) throws LabelNotFoundKernelException
LabelNotFoundKernelException
long propertyKeyGetForName(String propertyKeyName) throws PropertyKeyNotFoundException
PropertyKeyNotFoundException
will be thrown.PropertyKeyNotFoundException
String propertyKeyGetName(long propertyKeyId) throws PropertyKeyIdNotFoundException
PropertyKeyIdNotFoundException
Iterator<org.neo4j.kernel.impl.core.Token> labelsGetAllTokens()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.