com.googlecode.jdbw.server.sybase
Class SybaseASEServer

java.lang.Object
  extended by com.googlecode.jdbw.server.AbstractDatabaseServer
      extended by com.googlecode.jdbw.server.StandardDatabaseServer
          extended by com.googlecode.jdbw.server.sybase.SybaseASEServer
All Implemented Interfaces:
DatabaseServer, MultiCatalogDatabaseServer, NetworkDatabaseServer, UserAuthenticatedDatabaseServer

public class SybaseASEServer
extends StandardDatabaseServer

This class represents a Sybase ASE server connected to over a TCP/IP network. While all versions of Sybase ASE has not been tested for compatibility, indeed this mostly depends on the driver, versions 12.x to 15.x are expected to work with the functionality exposed by JDBW.

Author:
Martin Berglund
See Also:
StandardDatabaseServer

Constructor Summary
SybaseASEServer(JDBCDriverDescriptor driverDescriptor, String hostname, int port, String catalog, String username, String password, String processName)
           
SybaseASEServer(String hostname, int port, String catalog, String username, String password, String processName)
           
 
Method Summary
protected  Properties getConnectionProperties()
           
 DatabaseServerType getServerType()
           
 
Methods inherited from class com.googlecode.jdbw.server.StandardDatabaseServer
equals, getDefaultCatalog, getHostname, getJDBCUrl, getPassword, getPort, getUsername, hashCode, toString
 
Methods inherited from class com.googlecode.jdbw.server.AbstractDatabaseServer
connect, getDriverDescriptor, setConnectionProperty, testConnection
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.googlecode.jdbw.DatabaseServer
connect, setConnectionProperty, testConnection
 

Constructor Detail

SybaseASEServer

public SybaseASEServer(String hostname,
                       int port,
                       String catalog,
                       String username,
                       String password,
                       String processName)

SybaseASEServer

public SybaseASEServer(JDBCDriverDescriptor driverDescriptor,
                       String hostname,
                       int port,
                       String catalog,
                       String username,
                       String password,
                       String processName)
Method Detail

getServerType

public DatabaseServerType getServerType()
Returns:
Type of the server

getConnectionProperties

protected Properties getConnectionProperties()
Overrides:
getConnectionProperties in class AbstractDatabaseServer


Copyright © 2012. All Rights Reserved.