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

#getServerDataSourceName()
getServerDataSource
public java.lang.String getServerDataSource()
Returns the NDCS server-side data source name used for the current Type 4 connection.
Returns:
NDCS server-side data source name.
See Also:
setServerDataSource(String)
setCatalog
public void setCatalog(java.lang.String catalog)
Sets the default catalog that will be used to access SQL objects referenced in SQL statements if the SQL objects
are not fully qualified.
Parameters:
catalog - HP Neoview Database catalog name. The default catalog name is set by the NDCS server-side
data source.
See Also:
getCatalog()
getCatalog
public java.lang.String getCatalog()
Gets the default catalog that will be used to access SQL objects referenced in SQL statements if the SQL objects
are not fully qualified.
Returns:
HPT4 catalog name.
See Also:
setCatalog(String)
setSchema
public void setSchema(java.lang.String schema)
Sets the default schema that will be used to access SQL objects referenced in SQL statements if the SQL objects
are not fully qualified.
Parameters:
schema - HP Neoview Database schema name. The default schema name is set by the NDCS server side
data source.
See Also:
getSchema()