gu.sql2java.manager.IPageQueryWrap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-manager Show documentation
Show all versions of sql2java-manager Show documentation
sql2java manager class package for accessing database
The newest version!
package gu.sql2java.manager;
public interface IPageQueryWrap {
/**
* rebuild SQL statement base {@code sql}
* @param sql input SQL statement
* @param startRow the start row to be used (first row = 1, last row = -1)
* @param numRows the number of rows to be retrieved (all rows = a negative number)
* @return rebuilt SQL statement OR {@code null} if {@code null} or not supported
*/
String wrap(String sql, int startRow, int numRows);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy