public interface MockDriverMBean
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(String url) |
void |
closeAllConnections() |
long |
getConnectionCloseCount() |
int |
getConnectionsSize() |
long |
getIdleTimeCount() |
int |
getMajorVersion() |
int |
getMinorVersion() |
boolean |
isLogExecuteQueryEnable() |
boolean |
jdbcCompliant() |
void |
setIdleTimeCount(long idleTimeCount) |
void |
setLogExecuteQueryEnable(boolean logExecuteQueryEnable) |
long getConnectionCloseCount()
int getMajorVersion()
int getMinorVersion()
boolean jdbcCompliant()
boolean acceptsURL(String url) throws SQLException
SQLException
boolean isLogExecuteQueryEnable()
void setLogExecuteQueryEnable(boolean logExecuteQueryEnable)
long getIdleTimeCount()
void setIdleTimeCount(long idleTimeCount)
void closeAllConnections() throws SQLException
SQLException
int getConnectionsSize()
Copyright © 2013–2017 Alibaba Group. All rights reserved.