home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
Chip_1998-11_cd.bin
/
tema
/
Cafe
/
prosrc.bin
/
SessionPlus.java
< prev
next >
Wrap
Text File
|
1998-03-18
|
226b
|
9 lines
package symantec.itools.db.pro;
public class SessionPlus extends Session
{
public SessionPlus(String serverURL) throws java.sql.SQLException
{
super(serverURL, java.beans.Beans.isDesignTime());
}
}