• 大小: 1.48MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Java
  • 标签: Java  

资源简介

关于jdk没有带的一个常用jar包 主要是关于数据库连接类

资源截图

代码片段和文件信息

/**
  * This program is responsible for initializing the database.
  * This should be run before the samples to ensure that all the samples
  * have a consistent set of data to work with. This is placed in the 
  * common directory as it is common to all the samples.
  */
  
 // Import the necessary packages.
 
 import java.sql.*;
 import javax.sql.*;
 
 public class InitDatabase {
    
    public static void main(String []args) {
    
       // Declare the variables that are going to be used 
       
       Connection con = null;
       PreparedStatement pStmt = null;       
       String url = null;
       String userId;
       String passwd;
       String driver;
       Statement stmt1stmt2stmt3stmt4stmt5stmt6stmt7stmt8stmt9;
       
       url = args[0];
       System.out.print

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2004-07-28 17:25  jdbc-rowset\
     目录           0  2004-07-28 17:25  jdbc-rowset\bin\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\ri\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\ri\com\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\ri\com\sun\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\ri\com\sun\rowset\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\ri\com\sun\rowset\internal\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\ri\com\sun\rowset\providers\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\ri\index-files\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\ri\resources\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\index-files\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\javax\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\javax\sql\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\javax\sql\rowset\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\javax\sql\rowset\serial\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\javax\sql\rowset\spi\
     目录           0  2004-07-28 17:26  jdbc-rowset\docs\spec\resources\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\style\
     目录           0  2004-07-28 17:25  jdbc-rowset\docs\tutorial\
     目录           0  2004-07-28 17:25  jdbc-rowset\etc\
     目录           0  2004-07-28 17:26  jdbc-rowset\lib\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\CachedRowSet\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\FilteredRowSet\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\JdbcRowSet\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\JoinRowSet\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\WebRowSet\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\WebRowSet-demo\
     目录           0  2004-07-28 17:25  jdbc-rowset\samples\WebRowSet-demo\etc\
............此处省略193个文件信息

评论

共有 条评论