Class DefaultFunctionalIndexColumn

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class DefaultFunctionalIndexColumn
    extends org.apache.ddlutils.model.IndexColumn
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.ddlutils.model.IndexColumn

        _name, _size
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFunctionName()  
      • Methods inherited from class org.apache.ddlutils.model.IndexColumn

        clone, equals, equalsIgnoreCase, getColumn, getName, getOrdinalPosition, getSize, hashCode, setColumn, setName, setOrdinalPosition, setSize, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DefaultFunctionalIndexColumn

        public DefaultFunctionalIndexColumn​(java.lang.String functionName)
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()