public interface PoolableConnectionMXBean
PoolableConnection
instances.Modifier and Type | Method and Description |
---|---|
void |
clearCachedState() |
void |
clearWarnings() |
void |
close() |
boolean |
getAutoCommit() |
boolean |
getCacheState() |
java.lang.String |
getCatalog() |
int |
getHoldability() |
java.lang.String |
getSchema() |
java.lang.String |
getToString() |
int |
getTransactionIsolation() |
boolean |
isClosed() |
boolean |
isReadOnly() |
void |
reallyClose() |
void |
setAutoCommit(boolean autoCommit) |
void |
setCacheState(boolean cacheState) |
void |
setCatalog(java.lang.String catalog) |
void |
setHoldability(int holdability) |
void |
setReadOnly(boolean readOnly) |
void |
setSchema(java.lang.String schema) |
void |
setTransactionIsolation(int level) |
void clearCachedState()
void clearWarnings() throws java.sql.SQLException
java.sql.SQLException
void close() throws java.sql.SQLException
java.sql.SQLException
boolean getAutoCommit() throws java.sql.SQLException
java.sql.SQLException
boolean getCacheState()
java.lang.String getCatalog() throws java.sql.SQLException
java.sql.SQLException
int getHoldability() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getSchema() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getToString()
int getTransactionIsolation() throws java.sql.SQLException
java.sql.SQLException
boolean isClosed() throws java.sql.SQLException
java.sql.SQLException
boolean isReadOnly() throws java.sql.SQLException
java.sql.SQLException
void reallyClose() throws java.sql.SQLException
java.sql.SQLException
void setAutoCommit(boolean autoCommit) throws java.sql.SQLException
java.sql.SQLException
void setCacheState(boolean cacheState)
void setCatalog(java.lang.String catalog) throws java.sql.SQLException
java.sql.SQLException
void setHoldability(int holdability) throws java.sql.SQLException
java.sql.SQLException
void setReadOnly(boolean readOnly) throws java.sql.SQLException
java.sql.SQLException
void setSchema(java.lang.String schema) throws java.sql.SQLException
java.sql.SQLException
void setTransactionIsolation(int level) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2001-2015 Apache Software Foundation. Documenation generated November 28 2016.