Class MariaDB103Dialect

    • Constructor Detail

      • MariaDB103Dialect

        public MariaDB103Dialect()
        Deprecated.
    • Method Detail

      • getWriteLockString

        public String getWriteLockString​(int timeout)
        Deprecated.
        Description copied from class: Dialect
        Get the string to append to SELECT statements to acquire pessimistic WRITE locks for this dialect.

        Location of the returned string is treated the same as Dialect.getForUpdateString().

        Overrides:
        getWriteLockString in class MySQLDialect
        Parameters:
        timeout - in milliseconds, -1 for indefinite wait and 0 for no wait.
        Returns:
        The appropriate LOCK clause string.