java.lang.Object
com.github.jinahya.database.metadata.bind.Function
All Implemented Interfaces:
MetadataType, Serializable

@_ParentOf(FunctionColumn.class) public class Function extends Object
Author:
Jin Kwon <jinahya_at_gmail.com>
See Also:
  • Field Details

    • COLUMN_LABEL_FUNCTION_CAT

      public static final String COLUMN_LABEL_FUNCTION_CAT
      A column label of "FUNCTION_CAT".
      See Also:
    • COLUMN_LABEL_FUNCTION_SCHEM

      public static final String COLUMN_LABEL_FUNCTION_SCHEM
      A column label of "FUNCTION_SCHEM".
      See Also:
    • COLUMN_LABEL_FUNCTION_TYPE

      public static final String COLUMN_LABEL_FUNCTION_TYPE
      A column label of "FUNCTION_TYPE".
      See Also:
  • Constructor Details

    • Function

      public Function()
  • Method Details

    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • getFunctionCat

      public String getFunctionCat()
    • setFunctionCat

      public void setFunctionCat(String functionCat)
    • getFunctionSchem

      public String getFunctionSchem()
    • setFunctionSchem

      public void setFunctionSchem(String functionSchem)
    • getFunctionName

      public String getFunctionName()
    • setFunctionName

      public void setFunctionName(String functionName)
    • getRemarks

      public String getRemarks()
    • setRemarks

      public void setRemarks(String remarks)
    • getFunctionType

      @_NotNull public Integer getFunctionType()
    • setFunctionType

      public void setFunctionType(@_NotNull Integer functionType)
    • getSpecificName

      public String getSpecificName()
    • setSpecificName

      public void setSpecificName(String specificName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getUnmappedValues

      public Map<String,Object> getUnmappedValues()
      Description copied from interface: MetadataType
      Returns a map of unmapped values.
      Specified by:
      getUnmappedValues in interface MetadataType
      Returns:
      a map of unmapped values.