public class CircuitBreakerStatement extends AbstractUnsupportedOperationStatement
| 构造器和说明 |
|---|
CircuitBreakerStatement() |
addBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowsisWrapperFor, unwrappublic void close()
throws SQLException
SQLExceptionpublic int getMaxFieldSize()
throws SQLException
SQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
SQLExceptionpublic int getMaxRows()
throws SQLException
SQLExceptionpublic void setMaxRows(int max)
throws SQLException
SQLExceptionpublic void setEscapeProcessing(boolean enable)
throws SQLException
SQLExceptionpublic int getQueryTimeout()
throws SQLException
SQLExceptionpublic void setQueryTimeout(int seconds)
throws SQLException
SQLExceptionpublic void cancel()
throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic int getUpdateCount()
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic int getResultSetConcurrency()
throws SQLException
SQLExceptionpublic int getResultSetType()
throws SQLException
SQLExceptionpublic Connection getConnection() throws SQLException
SQLExceptionpublic boolean getMoreResults()
throws SQLException
SQLExceptionpublic boolean getMoreResults(int current)
throws SQLException
SQLExceptionpublic ResultSet getGeneratedKeys() throws SQLException
SQLExceptionpublic ResultSet executeQuery(String sql) throws SQLException
SQLExceptionpublic int executeUpdate(String sql) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionpublic boolean execute(String sql) throws SQLException
SQLExceptionpublic boolean execute(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic boolean execute(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
SQLExceptionpublic int getResultSetHoldability()
throws SQLException
SQLExceptionpublic boolean isClosed()
throws SQLException
SQLExceptionpublic void setPoolable(boolean poolable)
throws SQLException
SQLExceptionpublic boolean isPoolable()
throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.