S-PLUS Connect/Java v1.0

com.insightful.splus
Class SybaseInit

java.lang.Object
  extended bycom.insightful.splus.SybaseInit

public class SybaseInit
extends Object

Utility package for initializing a connection to a Sybase server.


Constructor Summary
SybaseInit()
           
 
Method Summary
static void initServer(String serverName)
          Initialize a connection to the specified Sybase server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SybaseInit

public SybaseInit()
Method Detail

initServer

public static void initServer(String serverName)
Initialize a connection to the specified Sybase server. This must be called in the main Java thread, before attempting to import data from this server in Splus.


S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.