basho-labs / Riak-TS-JDBC-Driver

JDBC client for Basho's Riak TS database (http://docs.basho.com/riak/ts/), see https://github.com/cvitter/Riak-TS-JDBC-Driver/tree/master/riakts.jdbc.driver for documentation.
Apache License 2.0
10 stars 2 forks source link

Implement custom ResultSetMetaData class #14

Closed cvitter closed 8 years ago

cvitter commented 8 years ago

Refactor ResultSet and implement ResultSetMetaData to properly handle column name, type, count, etc. attributes. This additional functionality will address issues discovered when testing the driver with Jaspersoft Studio 6.3.0. https://github.com/cvitter/Riak-TS-JDBC-Driver/issues/13

cvitter commented 8 years ago

ResultSetMetaData and ColumnInfo implement, used in Utility when creating a ResultSet from Riak TS query result