public abstract class AbstractConnectionAdapter extends AbstractUnsupportedOperationConnection
Connection.| 构造器和说明 |
|---|
AbstractConnectionAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearWarnings() |
void |
close() |
void |
commit() |
boolean |
getAutoCommit() |
int |
getHoldability() |
int |
getTransactionIsolation() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
boolean |
isReadOnly() |
void |
rollback() |
void |
setAutoCommit(boolean autoCommit) |
void |
setHoldability(int holdability) |
void |
setReadOnly(boolean readOnly) |
void |
setTransactionIsolation(int level) |
abort, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStruct, getCatalog, getClientInfo, getClientInfo, getNetworkTimeout, getSchema, getTypeMap, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, releaseSavepoint, rollback, setCatalog, setClientInfo, setClientInfo, setNetworkTimeout, setSavepoint, setSavepoint, setSchema, setTypeMapisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStatement, createStatement, createStatement, getMetaData, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatementisWrapperFor, unwrappublic final boolean getAutoCommit()
throws SQLException
SQLExceptionpublic final void setAutoCommit(boolean autoCommit)
throws SQLException
SQLExceptionpublic final void commit()
throws SQLException
SQLExceptionpublic final void rollback()
throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic final boolean isClosed()
throws SQLException
SQLExceptionpublic final boolean isReadOnly()
throws SQLException
SQLExceptionpublic final void setReadOnly(boolean readOnly)
throws SQLException
SQLExceptionpublic final int getTransactionIsolation()
throws SQLException
SQLExceptionpublic final void setTransactionIsolation(int level)
throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic final int getHoldability()
throws SQLException
SQLExceptionpublic final void setHoldability(int holdability)
throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.