`PreparedStatementWrapper` doesn't implement the following variations of `PreparedStatement.setObject`.:
void setObject(int parameterIndex, Object x, SQLType targetSqlType)
void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength)
NOTE: These are the `SQLType` variations and not the `int targetSqlType` variations (which are implemented)