public abstract class AbstractUnsupportedOperationConnection extends WrapperAdapter implements Connection
Connection methods.| 构造器和说明 |
|---|
AbstractUnsupportedOperationConnection() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
abort(Executor executor) |
Blob |
createBlob() |
Clob |
createClob() |
NClob |
createNClob() |
SQLXML |
createSQLXML() |
Struct |
createStruct(String typeName,
Object[] attributes) |
Properties |
getClientInfo() |
String |
getClientInfo(String name) |
int |
getNetworkTimeout() |
Map<String,Class<?>> |
getTypeMap() |
String |
nativeSQL(String sql) |
CallableStatement |
prepareCall(String sql) |
CallableStatement |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency) |
CallableStatement |
prepareCall(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
void |
releaseSavepoint(Savepoint savepoint) |
void |
rollback(Savepoint savepoint) |
void |
setClientInfo(Properties props) |
void |
setClientInfo(String name,
String value) |
void |
setNetworkTimeout(Executor executor,
int milliseconds) |
Savepoint |
setSavepoint() |
Savepoint |
setSavepoint(String name) |
void |
setTypeMap(Map<String,Class<?>> map) |
isWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearWarnings, close, commit, createArrayOf, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getSchema, getTransactionIsolation, getWarnings, isClosed, isReadOnly, isValid, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSchema, setTransactionIsolationisWrapperFor, unwrappublic final CallableStatement prepareCall(String sql) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic final CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic final CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic final String nativeSQL(String sql) throws SQLException
nativeSQL 在接口中 ConnectionSQLExceptionpublic final Savepoint setSavepoint() throws SQLException
setSavepoint 在接口中 ConnectionSQLExceptionpublic final Savepoint setSavepoint(String name) throws SQLException
setSavepoint 在接口中 ConnectionSQLExceptionpublic final void releaseSavepoint(Savepoint savepoint) throws SQLException
releaseSavepoint 在接口中 ConnectionSQLExceptionpublic final void rollback(Savepoint savepoint) throws SQLException
rollback 在接口中 ConnectionSQLExceptionpublic final void abort(Executor executor) throws SQLException
abort 在接口中 ConnectionSQLExceptionpublic final Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap 在接口中 ConnectionSQLExceptionpublic final void setTypeMap(Map<String,Class<?>> map) throws SQLException
setTypeMap 在接口中 ConnectionSQLExceptionpublic final int getNetworkTimeout()
throws SQLException
getNetworkTimeout 在接口中 ConnectionSQLExceptionpublic final void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout 在接口中 ConnectionSQLExceptionpublic final Clob createClob() throws SQLException
createClob 在接口中 ConnectionSQLExceptionpublic final Blob createBlob() throws SQLException
createBlob 在接口中 ConnectionSQLExceptionpublic final NClob createNClob() throws SQLException
createNClob 在接口中 ConnectionSQLExceptionpublic final SQLXML createSQLXML() throws SQLException
createSQLXML 在接口中 ConnectionSQLExceptionpublic final Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct 在接口中 ConnectionSQLExceptionpublic final Properties getClientInfo() throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic final String getClientInfo(String name) throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic final void setClientInfo(String name, String value)
setClientInfo 在接口中 Connectionpublic final void setClientInfo(Properties props)
setClientInfo 在接口中 ConnectionCopyright © 2021 The Apache Software Foundation. All rights reserved.