You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/08 18:50:36 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3896: ResultSet method not supported

kimmking commented on issue #3896: ResultSet method not supported
URL: https://github.com/apache/incubator-shardingsphere/issues/3896#issuecomment-572205168
 
 
   @qiqsa 
   Do you means two methods in java.sql.ResultSet:
   ```
   public <T> T getObject(int columnIndex, Class<T> type) throws SQLException;
   public <T> T getObject(String columnLabel, Class<T> type) throws SQLException;
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services