I already used the search here (and other forums as well) but haven\'t found an answer exacty to what I\'m trying to do.
I know that it can easily be done in some ot
No, JDBC does not allow this. Only column values can be set. If you want to make dynamic changes to the sql statement you will have to do it before you create the PreparedStatement.