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

org.iartisan.runtime.jdbc.Dialect Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.jdbc;

/**
 * 

* 数据库方言 *

* * @author King * @since 2017/6/22 */ @Deprecated public interface Dialect { //组装分页语句 String buildPaginationSQL(String originalSql, int offset, int limit); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy