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

Add executeUpdate(String statement) for Inserts, Updates, Deletes #6

Closed cvitter closed 8 years ago

cvitter commented 8 years ago

Add the executeUpdate(String statement) method to the Statement class to support Inserts, Updates, Deletes, and Create Table statements

cvitter commented 8 years ago

Tested with CREATE TABLE and INSERT statements