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 T4Properties
java.lang.Object
com.hp.t4jdbc.T4Properties
Direct Known Subclasses:
HPT4Driver, T4DSProperties
public class T4Properties
extends java.lang.Object
HP JDBC Type 4 driver connetion properties class.
Description: The T4Properties class contains all the properties associated with Type 4 connection. T4Properties is
inherited directy or indirectly by the HPT4Driver, 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
T4Properties()
T4Properties(java.util.Properties props)
Method Summary
short getCpuToUse()