public abstract class AbstractUnsupportedOperationStatement extends WrapperAdapter implements Statement
| 构造器和说明 |
|---|
AbstractUnsupportedOperationStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
void |
closeOnCompletion() |
int[] |
executeBatch() |
int |
getFetchDirection() |
boolean |
isCloseOnCompletion() |
void |
setFetchDirection(int direction) |
isWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, clearWarnings, close, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic final int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 StatementSQLExceptionpublic final void setFetchDirection(int direction)
throws SQLException
setFetchDirection 在接口中 StatementSQLExceptionpublic final void addBatch(String sql) throws SQLException
addBatch 在接口中 StatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch 在接口中 StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementSQLExceptionpublic final void closeOnCompletion()
throws SQLException
closeOnCompletion 在接口中 StatementSQLExceptionpublic final boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion 在接口中 StatementSQLExceptionCopyright © 2017. All rights reserved.