public abstract class AbstractUnsupportedOperationConnection extends WrapperAdapter implements Connection
Connection methods.TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
AbstractUnsupportedOperationConnection() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setClientInfo(Properties props) |
void |
setClientInfo(String name,
String value) |
void |
setNetworkTimeout(Executor executor,
int milliseconds) |
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, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolationisWrapperFor, unwrappublic AbstractUnsupportedOperationConnection()
public final CallableStatement prepareCall(String sql) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic final String nativeSQL(String sql) throws SQLException
nativeSQL in interface ConnectionSQLExceptionpublic final void abort(Executor executor) throws SQLException
abort in interface ConnectionSQLExceptionpublic final Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap in interface ConnectionSQLExceptionpublic final void setTypeMap(Map<String,Class<?>> map) throws SQLException
setTypeMap in interface ConnectionSQLExceptionpublic final int getNetworkTimeout()
throws SQLException
getNetworkTimeout in interface ConnectionSQLExceptionpublic final void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
setNetworkTimeout in interface ConnectionSQLExceptionpublic final Clob createClob() throws SQLException
createClob in interface ConnectionSQLExceptionpublic final Blob createBlob() throws SQLException
createBlob in interface ConnectionSQLExceptionpublic final NClob createNClob() throws SQLException
createNClob in interface ConnectionSQLExceptionpublic final SQLXML createSQLXML() throws SQLException
createSQLXML in interface ConnectionSQLExceptionpublic final Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct in interface ConnectionSQLExceptionpublic final Properties getClientInfo() throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic final String getClientInfo(String name) throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic final void setClientInfo(String name, String value)
setClientInfo in interface Connectionpublic final void setClientInfo(Properties props)
setClientInfo in interface ConnectionCopyright © 2022 The Apache Software Foundation. All rights reserved.