Closed andygrove closed 4 years ago
This PR simply adds a new Row trait that contains the get_xxx methods and then has ResultSet extend that.
Row
get_xxx
ResultSet
This PR simply adds a new
Row
trait that contains theget_xxx
methods and then hasResultSet
extend that.