URL 에서 key=value&key=value 로 저장되는것까지 봤는데...


이게 db에서는 어떻게 저장되는지 궁금해서 보려는데 왜 안됄까..?????


Multiple annotations found at this line:

- The method setArray(int, Array) in the type PreparedStatement is not applicable for the 

arguments (int, String[])

- The method setArray(int, Array) in the type PreparedStatement is not applicable for the 

arguments (int, String[])


에러가 이렇게 떠서 구글링 해봤는데 이해를 못하겠어..

분명 String[] 타입 객체에 Values 대입했는데.. 콘솔도 안찍혀요..ㅠㅠ