public abstract class AbstractUnsupportedOperationConnection extends WrapperAdapter implements Connection
| 构造器和说明 |
|---|
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 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 String getCatalog() throws SQLException
getCatalog 在接口中 ConnectionSQLExceptionpublic final void setCatalog(String catalog) throws SQLException
setCatalog 在接口中 ConnectionSQLExceptionpublic final String getSchema() throws SQLException
getSchema 在接口中 ConnectionSQLExceptionpublic final void setSchema(String schema) throws SQLException
setSchema 在接口中 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 Array createArrayOf(String typeName, Object[] elements) throws SQLException
createArrayOf 在接口中 ConnectionSQLExceptionpublic final Struct createStruct(String typeName, Object[] attributes) throws SQLException
createStruct 在接口中 ConnectionSQLExceptionpublic final boolean isValid(int timeout)
throws SQLException
isValid 在接口中 ConnectionSQLExceptionpublic final Properties getClientInfo() throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic final String getClientInfo(String name) throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic final void setClientInfo(String name, String value) throws SQLClientInfoException
setClientInfo 在接口中 ConnectionSQLClientInfoExceptionpublic final void setClientInfo(Properties properties) throws SQLClientInfoException
setClientInfo 在接口中 ConnectionSQLClientInfoExceptionCopyright © 2017. All rights reserved.