340341342343344345346347348
{ ((PreparedStatement) ps).setShort(param, value); } catch (SQLException e) { throw new JPOXDataStoreException(LOCALISER.msg("055001", "short", "" + value,column, e.getMessage()), e); } }