You can use the ResultSet.getString() method to retrieve and the PreparedStatement.setString() method to set Unicode data in a column.
ResultSet.getString()
PreparedStatement.setString()
To enable this feature, use the Easysoft JDBC URL attribute unicode=on.
unicode=on
(* Required Fields)