org.slim3.datasource
Interface LogicalConnection

All Superinterfaces:
Connection

public interface LogicalConnection
extends Connection

A wrapper interface for Connection.

Since:
3.0
Author:
higa

Field Summary
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Method Summary
<T extends Connection>
T
getPhysicalConnection()
          Returns physical connection.
 
Methods inherited from interface java.sql.Connection
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 

Method Detail

getPhysicalConnection

<T extends Connection> T getPhysicalConnection()
Returns physical connection.

Type Parameters:
T - connection type
Returns:
physical connection


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.