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) |
boolean isClosed() throws SQLException
SQLException
String getToString()
boolean getAutoCommit() throws SQLException
SQLException
void setAutoCommit(boolean autoCommit) throws SQLException
SQLException
boolean getCacheState()
void setCacheState(boolean cacheState)
String getCatalog() throws SQLException
SQLException
void setCatalog(String catalog) throws SQLException
SQLException
int getHoldability() throws SQLException
SQLException
void setHoldability(int holdability) throws SQLException
SQLException
boolean isReadOnly() throws SQLException
SQLException
void setReadOnly(boolean readOnly) throws SQLException
SQLException
String getSchema() throws SQLException
SQLException
void setSchema(String schema) throws SQLException
SQLException
int getTransactionIsolation() throws SQLException
SQLException
void setTransactionIsolation(int level) throws SQLException
SQLException
void clearCachedState()
void clearWarnings() throws SQLException
SQLException
void close() throws SQLException
SQLException
void reallyClose() throws SQLException
SQLException
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.