public class TestWrappedConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
TestWrappedConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
before() |
void |
close_with() |
void |
close() |
void |
commit() |
void |
expire() |
void |
getMetaData() |
void |
releaseSavepoint() |
void |
rollback() |
void |
rollbackSavepoint() |
void |
setAutoCommit() |
void |
setCatalog() |
void |
setNetworkTimeout() |
void |
setReadOnly() |
void |
setSavepoint() |
void |
setSavepointAlt() |
void |
setSchema() |
void |
setTransactionIsolation() |
public void expire()
throws SQLException
SQLExceptionpublic void setAutoCommit()
throws SQLException
SQLExceptionpublic void commit()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic void close_with()
throws SQLException
SQLExceptionpublic void rollback()
throws SQLException
SQLExceptionpublic void setReadOnly()
throws SQLException
SQLExceptionpublic void abort()
throws SQLException
SQLExceptionpublic void setCatalog()
throws SQLException
SQLExceptionpublic void setSchema()
throws SQLException
SQLExceptionpublic void setTransactionIsolation()
throws SQLException
SQLExceptionpublic void setNetworkTimeout()
throws SQLException
SQLExceptionpublic void setSavepoint()
throws SQLException
SQLExceptionpublic void setSavepointAlt()
throws SQLException
SQLExceptionpublic void rollbackSavepoint()
throws SQLException
SQLExceptionpublic void releaseSavepoint()
throws SQLException
SQLExceptionpublic void getMetaData()
throws SQLException
SQLExceptionCopyright © 2018 Atlassian. All rights reserved.