Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)

Server-Side Properties
Type 4 driver properties that effect server-side operations are summarized in the following tables.
Unless otherwise noted in the description, the particular property applies to the DataSource
object, DriverManager object, and ConnectionPoolDataSource object.
Table 4-7 Type 4 Driver Server-Side Properties
Default ValueDescriptionProperty Name
NoneSets the default catalog used to access
SQL objects referenced in SQL
statements if the SQL objects are not
fully qualified.
catalog
-1 (Use the ConnTimeout value set on
the server data source.)
Sets the number of seconds a
connection can be idle before the
connection is physically closed by
NDCS.
connectionTimeout
empty stringSets the password value for passing
to the Neoview platform. Can also
change the password.
password
NoneSets the database schema that
accesses SQL objects referenced in
SQL statements if the SQL objects are
not fully qualified.
schema
None (This value is treated as the
default server data source.)
Sets the name of the data source on
the server side (resides on the
Neoview platform).
serverDataSource
NoneSets the URL value for the Neoview
SQL database. Can be set only on the
DriverManager object.
url
NoneSets the user value for the Neoview
SQL database.
user
Summary of Type 4 Driver Properties 37