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() |
isWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getHoldability, getMetaData, getTransactionIsolation, getWarnings, isClosed, isReadOnly, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, rollback, setAutoCommit, setHoldability, setReadOnly, 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 Savepoint setSavepoint() throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic final Savepoint setSavepoint(String name) throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic final void releaseSavepoint(Savepoint savepoint) throws SQLException
releaseSavepoint in interface ConnectionSQLExceptionpublic final void rollback(Savepoint savepoint) throws SQLException
rollback in interface ConnectionSQLExceptionpublic final void abort(Executor executor) throws SQLException
abort in interface ConnectionSQLExceptionpublic final String getCatalog() throws SQLException
getCatalog in interface ConnectionSQLExceptionpublic final void setCatalog(String catalog) throws SQLException
setCatalog in interface ConnectionSQLExceptionpublic final String getSchema() throws SQLException
getSchema in interface ConnectionSQLExceptionpublic final void setSchema(String schema) throws SQLException
setSchema 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 Array createArrayOf(String typeName, Object[] elements) throws SQLException
createArrayOf in interface ConnectionSQLExceptionpublic final Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct in interface ConnectionSQLExceptionpublic final boolean isValid(int timeout)
throws SQLException
isValid 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 properties)
setClientInfo in interface ConnectionCopyright © 2018. All rights reserved.