org.apache.derby.impl.sql.execute
Class ConstraintConstantAction
- java.lang.Object
-
- org.apache.derby.impl.sql.execute.ConstraintConstantAction
-
- All Implemented Interfaces:
- ConstantAction
- Direct Known Subclasses:
- AlterConstraintConstantAction, CreateConstraintConstantAction, DropConstraintConstantAction
public abstract class ConstraintConstantAction extends java.lang.ObjectThis class describes actions that are ALWAYS performed for a constraint creation at Execution time.
-
-
Field Summary
-
Fields inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
WHEN_MATCHED_THEN_DELETE, WHEN_MATCHED_THEN_UPDATE, WHEN_NOT_MATCHED_THEN_INSERT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description UUIDgetConstraintId()Get the constraint id of the constraintjava.lang.StringgetConstraintName()Get the constraint nameintgetConstraintType()Get the constraint type.IndexConstantActiongetIndexAction()Get the associated index constant action.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.derby.iapi.sql.execute.ConstantAction
executeConstantAction
-
-
-
-
Method Detail
-
getConstraintType
public int getConstraintType()
Get the constraint type.- Returns:
- The constraint type
-
getConstraintName
public java.lang.String getConstraintName()
Get the constraint name- Returns:
- the constraint name
-
getConstraintId
public UUID getConstraintId()
Get the constraint id of the constraint- Returns:
- constraint id
-
getIndexAction
public IndexConstantAction getIndexAction()
Get the associated index constant action.- Returns:
- the constant action for the backing index
-
-
DataMelt 3.0 © DataMelt by jWork.ORG