public interface ConnectionProxy extends Connection, WrapperProxy
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
Modifier and Type | Method and Description |
---|---|
int |
getCloseCount() |
Date |
getConnectedTime() |
DataSourceProxy |
getDirectDataSource() |
Properties |
getProperties() |
Connection |
getRawObject() |
TransactionInfo |
getTransactionInfo() |
abort, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, putAttribute
isWrapperFor, unwrap
Connection getRawObject()
getRawObject
in interface WrapperProxy
Properties getProperties()
DataSourceProxy getDirectDataSource()
Date getConnectedTime()
TransactionInfo getTransactionInfo()
int getCloseCount()
Copyright © 2013–2017 Alibaba Group. All rights reserved.