Class MySQL57InnoDBDialect

    • Constructor Detail

      • MySQL57InnoDBDialect

        public MySQL57InnoDBDialect()
        Deprecated.
    • Method Detail

      • supportsRowValueConstructorSyntaxInInList

        public boolean supportsRowValueConstructorSyntaxInInList()
        Deprecated.
        Description copied from class: Dialect
        If the dialect supports row values, does it offer such support in IN lists as well?

        For example, "... where (FIRST_NAME, LAST_NAME) IN ( (?, ?), (?, ?) ) ..."

        Overrides:
        supportsRowValueConstructorSyntaxInInList in class Dialect
        Returns:
        supports IN clause row value expressions
        See Also:
        MySQL 5.7 work log