public class ON_CREATE extends Object
| Constructor and Description |
|---|
ON_CREATE() |
| Modifier and Type | Method and Description |
|---|---|
static CopyProperties<ModifyTerminal> |
copyPropertiesFrom(JcElement source)
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
|
static ModifyTerminal |
DELETE(JcElement element)
JCYPHER
delete a graph element in an ON_CREATE clause
e.g. ...
|
static ModifyTerminal |
REMOVE(JcLabel label)
JCYPHER
remove a label from a node in an ON_CREATE clause
e.g. ...
|
static ModifyTerminal |
REMOVE(JcProperty property)
JCYPHER
remove a property from a node or relation in an ON_CREATE clause
e.g. ...
|
static ModifyTerminal |
SET(JcLabel label)
JCYPHER
set a label of a node in an ON_CREATE clause
e.g. ...
|
static Set<ModifyTerminal> |
SET(JcProperty property)
JCYPHER
set a property of a node or relation in an ON_CREATE clause
e.g. ...
|
public static Set<ModifyTerminal> SET(JcProperty property)
public static ModifyTerminal SET(JcLabel label)
public static CopyProperties<ModifyTerminal> copyPropertiesFrom(JcElement source)
public static ModifyTerminal DELETE(JcElement element)
public static ModifyTerminal REMOVE(JcProperty property)
public static ModifyTerminal REMOVE(JcLabel label)
Copyright © 2016. All rights reserved.