Interface RelationalValueSourceHelper.ColumnsAndFormulasSource

    • Method Detail

      • getSourceType

        XmlElementMetadata getSourceType()
        What kind of XML element does this information come from?
        Returns:
        The source XML element type
      • getSourceName

        String getSourceName()
        The name of the source. May be null if none was specified. Will be treated as null if the nature says it cannot be named.
        Returns:
        The name of the source.
        See Also:
        XmlElementMetadata.canBeNamed()
      • getFormulaAttribute

        String getFormulaAttribute()
        Access to any formula defined via XML attribute.
        Returns:
        formula, if one, as defined via XML attribute.
      • getColumnOrFormulaElements

        List getColumnOrFormulaElements()
        Access to any nested <column/> or <formula /> XML elements.
        Returns:
        columns or formulas defined via nested XML elements.
      • getColumnAttribute

        String getColumnAttribute()
        Access to any column defined via XML attribute.
        Returns:
        column, if one, as defined via XML attribute.
      • isUnique

        boolean isUnique()
      • getIndexConstraintNames

        Set<String> getIndexConstraintNames()
      • getUniqueKeyConstraintNames

        Set<String> getUniqueKeyConstraintNames()