public interface PooledConnectionMBean
Modifier and Type | Method and Description |
---|---|
void |
clearWarnings() |
boolean |
getAutoCommit() |
String |
getCatalog() |
long |
getConnectionVersion() |
int |
getHoldability() |
long |
getLastConnected() |
long |
getLastValidated() |
String |
getSchema() |
long |
getTimestamp() |
int |
getTransactionIsolation() |
boolean |
isClosed() |
boolean |
isDiscarded() |
boolean |
isInitialized() |
boolean |
isMaxAgeExpired() |
boolean |
isReadOnly() |
boolean |
isReleased() |
boolean |
isSuspect() |
long getConnectionVersion()
boolean isInitialized()
boolean isMaxAgeExpired()
boolean isSuspect()
long getTimestamp()
boolean isDiscarded()
long getLastValidated()
long getLastConnected()
boolean isReleased()
void clearWarnings()
boolean isClosed() throws SQLException
SQLException
boolean getAutoCommit() throws SQLException
SQLException
String getCatalog() throws SQLException
SQLException
int getHoldability() throws SQLException
SQLException
boolean isReadOnly() throws SQLException
SQLException
String getSchema() throws SQLException
SQLException
int getTransactionIsolation() throws SQLException
SQLException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.