简单查询-postgresql使用方法

时间:2024-05-15 15:14:31
【文件属性】:

文件名称:简单查询-postgresql使用方法

文件大小:1.37MB

文件格式:PPT

更新时间:2024-05-15 15:14:31

postgresql

简单查询 Statement s = null; try { s = c.createStatement(); } catch (SQLException se) { System.out.println(“出错!"); se.printStackTrace(); System.exit(1); } ResultSet rs = null; try { rs = s.executeQuery("SELECT * FROM books"); } catch (SQLException se) { System.out.println(“出错!"); se.printStackTrace(); System.exit(1); }


网友评论