package zuoye;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
public class text3 {
public static void main(String[] args) {
Connection conn =null;
PreparedStatement pre =null;
ResultSet re =null;
try {
conn = zuoye.getConnection();
String s = "select *from emp";
pre = conn.prepareStatement(s);
re = pre.executeQuery(s);
while(re.next()){
int a = re.getInt("id");
String a1 = re.getString("ename");
int a2 = re.getInt("job_id");
int a3 = re.getInt("mgr");
Date a4 = re.getDate("joindate");
BigDecimal a5 = re.getBigDecimal("salary");
BigDecimal a6 = re.getBigDecimal("bonus");
int a7 = re.getInt("dept_id");
System.out.println(a+" "+a1+" "+a2+" "+a3+" "+a4+" "+a5+" "+a6+" "+a7);
}
} catch (Exception e) {
e.printStackTrace();
}finally {
zuoye.a(conn,pre,re);
}
}
}
努力加载评论中...
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步