Class DialectChecks.SupportRowValueConstructorSyntaxInInList

  • All Implemented Interfaces:
    DialectCheck
    Enclosing class:
    DialectChecks

    public static class DialectChecks.SupportRowValueConstructorSyntaxInInList
    extends java.lang.Object
    implements DialectCheck
    • Constructor Detail

      • SupportRowValueConstructorSyntaxInInList

        public SupportRowValueConstructorSyntaxInInList()
    • Method Detail

      • isMatch

        public boolean isMatch​(Dialect dialect)
        Description copied from interface: DialectCheck
        Does the given dialect match the defined check?
        Specified by:
        isMatch in interface DialectCheck
        Parameters:
        dialect - The dialect against which to check
        Returns:
        true if it matches; false otherwise.