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

io.ebean.config.dbplatform.BasicSqlLimiter Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.config.dbplatform;

/**
 * Simple SQL limiter for use with SqlQuery.
 */
public interface BasicSqlLimiter {

  /**
   * Add basic offset/limit clause to SqlQuery query.
   */
  String limit(String dbSql, int firstRow, int maxRows);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy