home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / prosrc.bin / SessionPlus.java < prev    next >
Text File  |  1998-03-18  |  226b  |  9 lines

  1. package symantec.itools.db.pro;
  2.  
  3. public class SessionPlus extends Session
  4. {
  5.     public SessionPlus(String serverURL) throws java.sql.SQLException
  6.     {
  7.         super(serverURL, java.beans.Beans.isDesignTime());
  8.     }
  9. }