wuguowei19880907 opened a new pull request #4952: Add operations on cursors to 
EncryptResultSet(Suitable for a single data source) by originalResultSet
URL: https://github.com/apache/incubator-shardingsphere/pull/4952
 
 
   
   Add operations on cursors to EncryptResultSet(Suitable for a single data 
source) by originalResultSet, including the following APIs:
   
   - previous()
   - isBeforeFirst()
   - isAfterLast()
   - isFirst()
   - isLast()
   - beforeFirst()
   - afterLast()
   - first()
   - last()
   - absolute(final int row)
   - relative(final int rows)
   - getRow()
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to