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 HPT4Connection
java.lang.Object
PreparedStatementManager
com.hp.t4jdbc.HPT4Connection
All Implemented Interfaces:
java.sql.Connection
public class HPT4Connection
extends PreparedStatementManager
implements java.sql.Connection
HP JDBC Type 4 HPT4Connection class.
Description: The HPT4Connection class is an implementation of the java.sql.Connection interface.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
See Also:
Serialized Form
Field Summary
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED,
TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
Method Summary
void begintransaction()
void close()
java.sql.Connection interface methods Closes the connection.
void commit()
java.sql.Statement createStatement()
java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency)