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

org.noear.wood.dialect.DbMySQLDialect Maven / Gradle / Ivy

There is a newer version: 1.3.14
Show newest version
package org.noear.wood.dialect;

/**
 * MySQL数据库方言处理
 *
 * @author noear
 * @since 3.2
 * */
public class DbMySQLDialect extends DbDialectBase{
    @Override
    public boolean supportsVariablePaging() {
        return true;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy