com.alibaba.druid.proxy.jdbc
Interface ConnectionProxy

All Superinterfaces:
Connection, Wrapper, WrapperProxy
All Known Implementing Classes:
ConnectionProxyImpl

public interface ConnectionProxy
extends Connection, WrapperProxy

Author:
wenshao

Field Summary
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Method Summary
 int getCloseCount()
           
 Date getConnectedTime()
           
 DataSourceProxy getDirectDataSource()
           
 Properties getProperties()
           
 Connection getRawObject()
           
 TransactionInfo getTransactionInfo()
           
 
Methods inherited from interface 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
 
Methods inherited from interface com.alibaba.druid.proxy.jdbc.WrapperProxy
getAttributes, getId
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

getRawObject

Connection getRawObject()
Specified by:
getRawObject in interface WrapperProxy

getProperties

Properties getProperties()

getDirectDataSource

DataSourceProxy getDirectDataSource()

getConnectedTime

Date getConnectedTime()

getTransactionInfo

TransactionInfo getTransactionInfo()

getCloseCount

int getCloseCount()


Copyright © 2012 Alibaba Group. All Rights Reserved.