cuba.wired
Class WiredUnrestrictedManagedConnection

java.lang.Object
  extended by cuba.wired.WiredManagedConnection
      extended by cuba.wired.WiredUnrestrictedManagedConnection
All Implemented Interfaces:
java.sql.Connection

public class WiredUnrestrictedManagedConnection
extends WiredManagedConnection


Field Summary
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Constructor Summary
WiredUnrestrictedManagedConnection(java.sql.Connection con, cuba.wired.WiredDataSource source)
           
 
Method Summary
protected  void checkNotSupported()
           
 
Methods inherited from class cuba.wired.WiredManagedConnection
clearWarnings, close, commit, createStatement, createStatement, createStatement, drop, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, markInvalid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiredUnrestrictedManagedConnection

public WiredUnrestrictedManagedConnection(java.sql.Connection con,
                                          cuba.wired.WiredDataSource source)
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

checkNotSupported

protected void checkNotSupported()
Overrides:
checkNotSupported in class WiredManagedConnection