public abstract class AbstractStatementAdapter extends AbstractUnsupportedOperationStatement
Statement.| 构造器和说明 |
|---|
AbstractStatementAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel() |
void |
clearWarnings() |
void |
close() |
int |
getFetchSize() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
boolean |
getMoreResults() |
boolean |
getMoreResults(int current) |
int |
getQueryTimeout() |
protected abstract Collection<? extends Statement> |
getRoutedStatements() |
int |
getUpdateCount() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
boolean |
isPoolable() |
void |
setEscapeProcessing(boolean enable) |
void |
setFetchSize(int rows) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setPoolable(boolean poolable) |
void |
setQueryTimeout(int seconds) |
addBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getGeneratedKeys, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetTypeisWrapperFor, unwrappublic final void close()
throws SQLException
SQLExceptionpublic final boolean isClosed()
throws SQLException
SQLExceptionpublic final boolean isPoolable()
throws SQLException
SQLExceptionpublic final void setPoolable(boolean poolable)
throws SQLException
SQLExceptionpublic final int getFetchSize()
throws SQLException
SQLExceptionpublic final void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic final void setEscapeProcessing(boolean enable)
throws SQLException
SQLExceptionpublic final void cancel()
throws SQLException
SQLExceptionpublic final int getUpdateCount()
throws SQLException
SQLExceptionpublic SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionpublic final boolean getMoreResults()
throws SQLException
SQLExceptionpublic final boolean getMoreResults(int current)
throws SQLException
SQLExceptionpublic final int getMaxFieldSize()
throws SQLException
SQLExceptionpublic final void setMaxFieldSize(int max)
throws SQLException
SQLExceptionpublic final int getMaxRows()
throws SQLException
SQLExceptionpublic final void setMaxRows(int max)
throws SQLException
SQLExceptionpublic final int getQueryTimeout()
throws SQLException
SQLExceptionpublic final void setQueryTimeout(int seconds)
throws SQLException
SQLExceptionprotected abstract Collection<? extends Statement> getRoutedStatements()
Copyright © 2017. All rights reserved.