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
SQLExceptionvoid close()
throws SQLException
SQLExceptionboolean getAutoCommit()
throws SQLException
SQLExceptionboolean getCacheState()
String getCatalog() throws SQLException
SQLExceptionint getHoldability()
throws SQLException
SQLExceptionString getSchema() throws SQLException
SQLExceptionString getToString()
int getTransactionIsolation()
throws SQLException
SQLExceptionboolean isClosed()
throws SQLException
SQLExceptionboolean isReadOnly()
throws SQLException
SQLExceptionvoid reallyClose()
throws SQLException
SQLExceptionvoid setAutoCommit(boolean autoCommit)
throws SQLException
SQLExceptionvoid setCacheState(boolean cacheState)
void setCatalog(String catalog) throws SQLException
SQLExceptionvoid setHoldability(int holdability)
throws SQLException
SQLExceptionvoid setReadOnly(boolean readOnly)
throws SQLException
SQLExceptionvoid setSchema(String schema) throws SQLException
SQLExceptionvoid setTransactionIsolation(int level)
throws SQLException
SQLExceptionCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.