Class DeleteTupleFromCollectionPrimitive
java.lang.Object
org.rumbledb.runtime.update.primitives.DeleteTupleFromCollectionPrimitive
- All Implemented Interfaces:
UpdatePrimitive
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteTupleFromCollectionPrimitive
(String collectionPath, double rowOrder, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.rumbledb.runtime.update.primitives.UpdatePrimitive
arrayIndexingApplyDelta, arrayIndexingUpdateSchemaDelta, getCollectionName, getContent, getContentDataFrame, getContentList, getIntSelector, getRowOrderRangeBase, getRowOrderRangeMax, getSelector, getTarget, getTargetDataFrame, isCreateCollection, isDeleteArray, isDeleteObject, isEditTuple, isInsertAfterIntoCollection, isInsertArray, isInsertBeforeIntoCollection, isInsertFirstIntoCollection, isInsertLastIntoCollection, isInsertObject, isInsertTuple, isRenameObject, isReplaceArray, isReplaceObject, isTruncateCollection, updatesSchemaDelta
-
Constructor Details
-
DeleteTupleFromCollectionPrimitive
public DeleteTupleFromCollectionPrimitive(String collectionPath, double rowOrder, ExceptionMetadata metadata)
-
-
Method Details
-
isDeleteTuple
public boolean isDeleteTuple()- Specified by:
isDeleteTuple
in interfaceUpdatePrimitive
-
getCollectionPath
- Specified by:
getCollectionPath
in interfaceUpdatePrimitive
-
getRowOrder
public double getRowOrder()- Specified by:
getRowOrder
in interfaceUpdatePrimitive
-
hasSelector
public boolean hasSelector()- Specified by:
hasSelector
in interfaceUpdatePrimitive
-
apply
public void apply()- Specified by:
apply
in interfaceUpdatePrimitive
-
applyItem
public void applyItem()- Specified by:
applyItem
in interfaceUpdatePrimitive
-
applyDelta
public void applyDelta()- Specified by:
applyDelta
in interfaceUpdatePrimitive
-