public class WrStatement extends Object implements Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
WrStatement(Statement inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowspublic WrStatement(Statement inner)
public final void close()
throws SQLException
close in interface AutoCloseableclose in interface StatementSQLExceptionpublic final Connection getConnection() throws SQLException
getConnection in interface StatementSQLExceptionpublic final boolean execute(String a0, int[] a1) throws SQLException
execute in interface StatementSQLExceptionpublic final boolean execute(String a0, String[] a1) throws SQLException
execute in interface StatementSQLExceptionpublic final boolean execute(String a0, int a1) throws SQLException
execute in interface StatementSQLExceptionpublic final boolean execute(String a0) throws SQLException
execute in interface StatementSQLExceptionpublic final ResultSet executeQuery(String a0) throws SQLException
executeQuery in interface StatementSQLExceptionpublic final int executeUpdate(String a0, String[] a1) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String a0, int a1) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String a0) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String a0, int[] a1) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLExceptionpublic final void setMaxFieldSize(int a0)
throws SQLException
setMaxFieldSize in interface StatementSQLExceptionpublic final int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLExceptionpublic final void setMaxRows(int a0)
throws SQLException
setMaxRows in interface StatementSQLExceptionpublic final void setEscapeProcessing(boolean a0)
throws SQLException
setEscapeProcessing in interface StatementSQLExceptionpublic final int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLExceptionpublic final void setQueryTimeout(int a0)
throws SQLException
setQueryTimeout in interface StatementSQLExceptionpublic final void cancel()
throws SQLException
cancel in interface StatementSQLExceptionpublic final SQLWarning getWarnings() throws SQLException
getWarnings in interface StatementSQLExceptionpublic final void clearWarnings()
throws SQLException
clearWarnings in interface StatementSQLExceptionpublic final void setCursorName(String a0) throws SQLException
setCursorName in interface StatementSQLExceptionpublic final ResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionpublic final int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLExceptionpublic final boolean getMoreResults(int a0)
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic final boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic final void setFetchDirection(int a0)
throws SQLException
setFetchDirection in interface StatementSQLExceptionpublic final int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLExceptionpublic final void setFetchSize(int a0)
throws SQLException
setFetchSize in interface StatementSQLExceptionpublic final int getFetchSize()
throws SQLException
getFetchSize in interface StatementSQLExceptionpublic final int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency in interface StatementSQLExceptionpublic final int getResultSetType()
throws SQLException
getResultSetType in interface StatementSQLExceptionpublic final void addBatch(String a0) throws SQLException
addBatch in interface StatementSQLExceptionpublic final void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionpublic final int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionpublic final ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys in interface StatementSQLExceptionpublic final int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface StatementSQLExceptionpublic final boolean isClosed()
throws SQLException
isClosed in interface StatementSQLExceptionpublic final void setPoolable(boolean a0)
throws SQLException
setPoolable in interface StatementSQLExceptionpublic final boolean isPoolable()
throws SQLException
isPoolable in interface StatementSQLExceptionpublic void closeOnCompletion()
throws SQLException
closeOnCompletion in interface StatementSQLExceptionpublic boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion in interface StatementSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2021. All rights reserved.