Java: Writing SQL Statements

前端 未结 4 987
旧时难觅i
旧时难觅i 2021-01-20 23:18

I\'m writing a one-time Java program to add a bunch of rows in a CSV file to a MySQL database. Are there any Java classes/toolkits to help with this? Something that will escape

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-20 23:59

    You might want to check out DbUnit. It has a bunch of tools for manipulating databases from XML and flat files.

提交回复
热议问题