| Package | Description |
|---|---|
| org.neo4j.kernel.api | |
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.api.index.IndexDescriptor |
SchemaStatement.indexCreate(long labelId,
long propertyKeyId) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.api.index.IndexDescriptor |
SchemaWriteOperations.indexCreate(Statement state,
long labelId,
long propertyKeyId)
Creates an index, indexing properties with the given
propertyKeyId for nodes with the given
labelId. |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.