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