Skip to content

Instantly share code, notes, and snippets.

View Shadow48402's full-sized avatar

Shadow48402 Shadow48402

View GitHub Profile
package nl.nielsha.ebay.mysql;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
public class Connection {