Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Sets the description for the current Type 4 connection.
Parameters:
description - For the current Type 4 connection.
See Also:
getDescription()
getDescription
public java.lang.String getDescription()
Returns the description associated with the current Type 4 connection.
Returns:
The description associated with the current Type 4 connection.
See Also:
setDescription(String)
setDataSourceName
public void setDataSourceName(java.lang.String dataSourceName)
Sets the data source name for the current Type 4 connection.
Parameters:
dataSourceName - For the client side DataSource object.
See Also:
getDataSourceName()
getDataSourceName
public java.lang.String getDataSourceName()
Returns the client's data source name.
Returns:
data source name.
See Also:
setDataSourceName(String)
setServerDataSource
public void setServerDataSource(java.lang.String serverDataSource)
Sets the NDCS server data source name. The NDCS server data source is defined by NDCS on the server.
Parameters:
serverDataSource - the NDCS data source name to use on the NDCS server side. The default value is an
empty string.
See Also: