Skip to content

Commit

Permalink
Implemented HivePreparedStatement#setBigDecimal()
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Apr 11, 2016
1 parent 1cb4ce8 commit 1910632
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -255,8 +255,7 @@ public void setAsciiStream(int parameterIndex, InputStream x, long length) throw
*/

public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException {
// TODO Auto-generated method stub
throw new SQLException("Method not supported");
this.parameters.put(parameterIndex, x.toString());
}

/*
Expand Down

0 comments on commit 1910632

Please sign in to comment.