public class DeleteNodeStatements extends Object implements DeleteStatements
| Constructor and Description |
|---|
DeleteNodeStatements() |
| Modifier and Type | Method and Description |
|---|---|
ParameterisedStatement |
delete(Long id) |
ParameterisedStatement |
deleteAll(Collection<Long> ids) |
ParameterisedStatement |
deleteByType(String label) |
ParameterisedStatement |
purge() |
public ParameterisedStatement delete(Long id)
delete in interface DeleteStatementspublic ParameterisedStatement deleteAll(Collection<Long> ids)
deleteAll in interface DeleteStatementspublic ParameterisedStatement purge()
purge in interface DeleteStatementspublic ParameterisedStatement deleteByType(String label)
deleteByType in interface DeleteStatementsCopyright © 2015 Neo Technology, Inc.. All rights reserved.