"jesper.pedersen" wrote : Looking at the next at the next exception in our trace
it seems that jdbc2.AbstractQueryCommand doesn't implement LIMIT/OFFSET functionality
such the jdbc.JDBCAbstractQueryCommand does. Correct ?
|
| If so, how should jdbc2.AbstractQueryCommand implement this functionality ?
|
| The interface between the two classes are different, so the OFFSET/LIMIT information
isn't directly available.
|
Probably, in a similar way. Seems like static fetchCollection is the place to offset and
pass the limit to collectionStrategy.readResultSet(con, ps, rs, factory);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037499#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...