Connection con = (new connection()).getconnection(); // 创建数据库连接 ResultSet rs; // 查询结果集 Statement stat; // 创建SQL查询容器,用于向数据库发送SQL
建立数据库链接,声明结果集变量。