Can somebody please explain how this work? I need to show results from some table, i'm using limit/offset statements in SQL query, but I saw iBATIS can handle pages in result set somehow, so I might not be forced to add limit/offset statements in the SQL clauses. But I'm wandering how does iBATIS handles various databases (in postgresql statement must ends with limit N offset M whicle in MySQL syntax is limit N,M).
-- Eugene N Dzhurinsky