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.SQLExceptionvoid close()
throws java.sql.SQLException
java.sql.SQLExceptionboolean getAutoCommit()
throws java.sql.SQLException
java.sql.SQLExceptionboolean getCacheState()
java.lang.String getCatalog()
throws java.sql.SQLException
java.sql.SQLExceptionint getHoldability()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getSchema()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getToString()
int getTransactionIsolation()
throws java.sql.SQLException
java.sql.SQLExceptionboolean isClosed()
throws java.sql.SQLException
java.sql.SQLExceptionboolean isReadOnly()
throws java.sql.SQLException
java.sql.SQLExceptionvoid reallyClose()
throws java.sql.SQLException
java.sql.SQLExceptionvoid setAutoCommit(boolean autoCommit)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setCacheState(boolean cacheState)
void setCatalog(java.lang.String catalog)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setHoldability(int holdability)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setReadOnly(boolean readOnly)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setSchema(java.lang.String schema)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setTransactionIsolation(int level)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2015 Apache Software Foundation. Documenation generated October 5 2016.