Google

JBoss API: Interface Connection

org.jboss.jdbc
Interface Connection

All Superinterfaces:
java.sql.Connection

public interface Connection
extends java.sql.Connection

Just a fix for proxies not being created in java.* packages for security reasons...

Version:
$Revision: 1.2 $
Author:
Rickard Öberg (rickard.oberg@telkel.com)
See Also:

Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Methods inherited from interface java.sql.Connection
clearWarnings, close, commit, createStatement, createStatement, getAutoCommit, getCatalog, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareStatement, prepareStatement, rollback, setAutoCommit, setCatalog, setReadOnly, setTransactionIsolation, setTypeMap
 



Copyright © 2000 The JBoss Organization. All Rights Reserved.