Created
May 13, 2016 09:29
-
-
Save antgustech/9006594c4890153c11b2381c1b183e47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.mysql.jdbc.Statement; | |
import java.sql.Connection; | |
import java.sql.DriverManager; | |
import java.sql.ResultSet; | |
import java.sql.SQLException; | |
import java.util.ArrayList; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment