类 MariaDBDialect

    • 构造器详细资料

      • MariaDBDialect

        public MariaDBDialect()
    • 方法详细资料

      • supportsRowValueConstructorSyntaxInInList

        public boolean supportsRowValueConstructorSyntaxInInList()
        从类复制的说明: 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 ( (?, ?), (?, ?) ) ..."

        覆盖:
        supportsRowValueConstructorSyntaxInInList 在类中 Dialect
        返回:
        True if this SQL dialect is known to support "row value constructor" syntax in the IN list; false otherwise.