net.hasor.jdbc.datasource
接口 ConnectionProxy

所有超级接口:
Connection, Wrapper

public interface ConnectionProxy
extends Connection

Connection 连接代理。

版本:
: 2013-12-3
作者:
Thomas Risberg, Juergen Hoeller, 赵永春(zyc@hasor.net)

字段摘要
 
从接口 java.sql.Connection 继承的字段
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
方法摘要
 Connection getTargetConnection()
          Return the target Connection of this proxy.
 
从接口 java.sql.Connection 继承的方法
clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor, unwrap
 

方法详细信息

getTargetConnection

Connection getTargetConnection()
Return the target Connection of this proxy.

This will typically be the native driver Connection or a wrapper from a connection pool.

返回:
the underlying Connection (never null)


Copyright © 2013-2014. All Rights Reserved.