Uses of Class
com.arangodb.model.EdgeCollectionDropOptions
-
Packages that use EdgeCollectionDropOptions Package Description com.arangodb com.arangodb.model -
-
Uses of EdgeCollectionDropOptions in com.arangodb
Methods in com.arangodb with parameters of type EdgeCollectionDropOptions Modifier and Type Method Description void
ArangoEdgeCollection. drop(EdgeCollectionDropOptions options)
Remove one edge definition from the graph. -
Uses of EdgeCollectionDropOptions in com.arangodb.model
Methods in com.arangodb.model that return EdgeCollectionDropOptions Modifier and Type Method Description EdgeCollectionDropOptions
EdgeCollectionDropOptions. dropCollections(Boolean dropCollections)
EdgeCollectionDropOptions
EdgeCollectionDropOptions. waitForSync(Boolean waitForSync)
-