Documentation of 'org.apache.derby.impl.sql.execute.IndexConstantAction' Java class
IndexConstantAction
org.apache.derby.impl.sql.execute

Class IndexConstantAction

  • All Implemented Interfaces:
    ConstantAction


    public abstract class IndexConstantAction
    extends java.lang.Object
    This class is the superclass for the classes that describe actions that are ALWAYS performed for a CREATE/DROP INDEX Statement at Execution time.
    • Method Detail

      • getIndexName

        public java.lang.String getIndexName()
        Get the index name.
        Returns:
        the name of the index
      • setIndexName

        public void setIndexName(java.lang.String indexName)
        Set the index name at execution time. Useful for unnamed constraints which have a backing index.
        Parameters:
        indexName - The (generated) index name.
      • setConstraintID

        public void setConstraintID(UUID constraintID)
        Set the id for the constraint which may be driving this index action. This is called by CreateConstraintConstantAction.
        Parameters:
        constraintID - The id of the constraint

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.