Interface FunctionalDependencyAnalysisSupport

  • All Known Implementing Classes:
    FunctionalDependencyAnalysisSupportImpl

    public interface FunctionalDependencyAnalysisSupport
    Dialect support information for primary key functional dependency analysis within GROUP BY and ORDER BY clauses.
    • Method Detail

      • supportsAnalysis

        boolean supportsAnalysis()
        Supports primary key functional dependency analysis
      • supportsTableGroups

        boolean supportsTableGroups()
        Supports functional dependency analysis through joined tables and result sets (e.g. unions)
      • supportsConstants

        boolean supportsConstants()
        Also supports functional dependency analysis for constant values other than table columns