public interface IPageQueryWrap
java.lang.String wrap(java.lang.String sql,
int startRow,
int numRows)
sqlsql - input SQL statementstartRow - the start row to be used (first row = 1, last row = -1)numRows - the number of rows to be retrieved (all rows = a negative number)null if null or not supportedCopyright © 2022. All Rights Reserved.