public interface PoolableConnectionMXBean
PoolableConnection
instances.Modifier and Type | Method and Description |
---|---|
void |
clearCachedState() |
void |
clearWarnings() |
void |
close() |
boolean |
getAutoCommit() |
boolean |
getCacheState() |
String |
getCatalog() |
int |
getHoldability() |
String |
getSchema() |
String |
getToString() |
int |
getTransactionIsolation() |
boolean |
isClosed() |
boolean |
isReadOnly() |
void |
reallyClose() |
void |
setAutoCommit(boolean autoCommit) |
void |
setCacheState(boolean cacheState) |
void |
setCatalog(String catalog) |
void |
setHoldability(int holdability) |
void |
setReadOnly(boolean readOnly) |
void |
setSchema(String schema) |
void |
setTransactionIsolation(int level) |
void clearCachedState()
void clearWarnings() throws SQLException
SQLException
void close() throws SQLException
SQLException
boolean getAutoCommit() throws SQLException
SQLException
boolean getCacheState()
String getCatalog() throws SQLException
SQLException
int getHoldability() throws SQLException
SQLException
String getSchema() throws SQLException
SQLException
String getToString()
int getTransactionIsolation() throws SQLException
SQLException
boolean isClosed() throws SQLException
SQLException
boolean isReadOnly() throws SQLException
SQLException
void reallyClose() throws SQLException
SQLException
void setAutoCommit(boolean autoCommit) throws SQLException
SQLException
void setCacheState(boolean cacheState)
void setCatalog(String catalog) throws SQLException
SQLException
void setHoldability(int holdability) throws SQLException
SQLException
void setReadOnly(boolean readOnly) throws SQLException
SQLException
void setSchema(String schema) throws SQLException
SQLException
void setTransactionIsolation(int level) throws SQLException
SQLException
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.