| Package | Description |
|---|---|
| iot.jcypher.query.api.index | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
static IndexFor |
IFactory.createOnLabel(String labelName) |
static IndexFor |
IFactory.dropOnLabel(String labelName) |
| Modifier and Type | Method and Description |
|---|---|
static IndexFor |
DROP_INDEX.onLabel(String label)
JCYPHER
select a label (of nodes) in order to drop an index that was previously created on that label
e.g.
|
static IndexFor |
CREATE_INDEX.onLabel(String label)
JCYPHER
select a label (of nodes) on which to create an index
e.g.
|
Copyright © 2016. All rights reserved.