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

Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.hp.t4jdbc
Class T4DSProperties
java.lang.Object
com.hp.t4jdbc.T4Properties
com.hp.t4jdbc.T4DSProperties
Direct Known Subclasses:
HPT4ConnectionPoolDataSource, HPT4DataSource
public class T4DSProperties
extends T4Properties
HP JDBC Type 4 driver data source connetion properties class.
Description: The T4DSProperties class contains all the properties associated with Type 4 data source connection.
T4DSProperties is inherited by the HPT4DataSource, HPT4ConnectionPooledDataSource classes for configuring
Type 4 connection properties.
The properties passed to the Type 4 driver have this precedence order in event of the values set through more than one
option:
1. java.util.properties parameter in the DriverManager.getConnection call or through
DataSource.setXXX() call.
2. java.util.properties file properties set through –Dhpt4jdbc.properties option.
3. Command line properties using –D option. All the system properties passed through the command-line
option have to be prefixed with hpt4jdbc, to distinguish HP JDBC Type 4 driver properties from other
system properties. For example: property user when specified with –D has to be qualified as -
Dhpt4jdbc.user=super.super
.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
Constructor Summary
T4DSProperties()
T4DSProperties(java.util.Properties props)
Method Summary
java.lang.String getBlobTableName()