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 HPT4Driver
java.lang.Object
com.hp.t4jdbc.T4Properties
com.hp.t4jdbc.HPT4Driver
All Implemented Interfaces:
java.sql.Driver
public class HPT4Driver
extends T4Properties
implements java.sql.Driver
HP JDBC Type 4 Driver implementation.
Description: HPT4Driver is an implementation of the java.sql.Driver interface. The Java SQL framework allows for
multiple database drivers to be loaded in single java program. The HPT4Driver can be loaded programatically by
Class.forName("com.hp.t4jdbc.HPT4Driver") or by passing -Djdbc.drivers=com.hp.t4jdbc.HPT4Driver in the
command line of the Java program.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
See Also:
DriverManager, Connection
Constructor Summary
HPT4Driver()
Instantiated by either Class.forName("com.hp.t4jdbc.HPT4Driver") or by passing -
Djdbc.drivers=com.hp.t4jdbc.HPT4Driver
property in the command line of the JDBC program.
Method Summary
boolean acceptsURL(java.lang.String url)
Retrieves whether the Type 4 driver determined that it can open a
connection to the given URL.
java.sql.Connection connect(java.lang.String url, java.util.Properties info)
Attempts to make an NDCS connection to the given URL.
int getMajorVersion()
Retrieves the driver's major JDBC version number.
int getMinorVersion()
Gets the Type 4 driver's minor version number.