public abstract class ProxyConnectionBase extends Object implements Connection
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
isClosed |
protected org.stone.beecp.pool.PooledConnection |
p |
protected Connection |
raw |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
abort(Executor executor) |
void |
close() |
void |
commit() |
long |
getLassAccessTime() |
boolean |
isClosed() |
boolean |
isWrapperFor(Class<?> clazz) |
void |
rollback() |
void |
setAutoCommit(boolean autoCommit) |
void |
setCatalog(String catalog) |
void |
setNetworkTimeout(Executor executor,
int milliseconds) |
void |
setReadOnly(boolean readOnly) |
void |
setSchema(String schema) |
void |
setTransactionIsolation(int level) |
String |
toString() |
<T> T |
unwrap(Class<T> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearWarnings, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, setClientInfo, setClientInfo, setHoldability, setSavepoint, setSavepoint, setTypeMapisWrapperFor, unwrapprotected Connection raw
protected final org.stone.beecp.pool.PooledConnection p
protected boolean isClosed
public final long getLassAccessTime()
public boolean isClosed()
isClosed 在接口中 Connectionpublic final void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ConnectionSQLExceptionpublic final void setAutoCommit(boolean autoCommit)
throws SQLException
setAutoCommit 在接口中 ConnectionSQLExceptionpublic final void commit()
throws SQLException
commit 在接口中 ConnectionSQLExceptionpublic final void rollback()
throws SQLException
rollback 在接口中 ConnectionSQLExceptionpublic void setTransactionIsolation(int level)
throws SQLException
setTransactionIsolation 在接口中 ConnectionSQLExceptionpublic void setReadOnly(boolean readOnly)
throws SQLException
setReadOnly 在接口中 ConnectionSQLExceptionpublic void setCatalog(String catalog) throws SQLException
setCatalog 在接口中 ConnectionSQLExceptionpublic void setSchema(String schema) throws SQLException
setSchema 在接口中 ConnectionSQLExceptionpublic void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout 在接口中 ConnectionSQLExceptionpublic void abort(Executor executor)
abort 在接口中 Connectionpublic boolean isWrapperFor(Class<?> clazz)
public <T> T unwrap(Class<T> clazz) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.