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