All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.afezeria.freedao.classic.runtime.dialect.MysqlDialect Maven / Gradle / Ivy

package io.github.afezeria.freedao.classic.runtime.dialect;

/**
 * @author afezeria
 */
public class MysqlDialect extends PostgreSQLDialect {
    @Override
    public String getProductName() {
        return "mysql";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy