JDBC: new method setFixedChar()

Details

Detail name Value
Changelog Number 3621
Type New Feature
Status Resolved
Fix Versions EXASOL 6.0.0, EXASOL 6.0.beta3
Resolution Date 2016-12-05

We have added a new JDBC method to the EXAPreparedStatement class called setFixedChar().
Unlike setString(), that sets the parameter type to DB VARCHAR, setFixedChar() sets the parameter type to DB CHAR. This parameters will be casted to CHAR by the database when compared to other CHAR values.