public class DruidPooledStatement extends PoolableWrapper 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 |
|---|
DruidPooledStatement(DruidPooledConnection conn,
Statement stmt) |
isWrapperFor, unwrapequals, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowsisWrapperFor, unwrappublic DruidPooledStatement(DruidPooledConnection conn, Statement stmt)
public int getFetchRowPeak()
public DruidPooledConnection getPoolableConnection()
public Statement getStatement()
public void incrementExecuteCount()
public void incrementExecuteBatchCount()
public void incrementExecuteUpdateCount()
public void incrementExecuteQueryCount()
public final ResultSet executeQuery(String sql) throws SQLException
executeQuery in interface StatementSQLExceptionpublic final int executeUpdate(String sql) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String sql, int[] columnIndexes) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final int executeUpdate(String sql, String[] columnNames) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic final boolean execute(String sql, int autoGeneratedKeys) throws SQLException
execute in interface StatementSQLExceptionpublic final boolean execute(String sql, int[] columnIndexes) throws SQLException
execute in interface StatementSQLExceptionpublic final boolean execute(String sql, String[] columnNames) throws SQLException
execute in interface StatementSQLExceptionpublic int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface StatementSQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
setMaxFieldSize in interface StatementSQLExceptionpublic final int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLExceptionpublic void setMaxRows(int max)
throws SQLException
setMaxRows in interface StatementSQLExceptionpublic final void setEscapeProcessing(boolean enable)
throws SQLException
setEscapeProcessing in interface StatementSQLExceptionpublic final int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLExceptionpublic void setQueryTimeout(int seconds)
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 name) throws SQLException
setCursorName in interface StatementSQLExceptionpublic final boolean execute(String sql) throws SQLException
execute in interface StatementSQLExceptionpublic final ResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionpublic final int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLExceptionpublic final boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface StatementSQLExceptionpublic final int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLExceptionpublic void setFetchSize(int rows)
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 sql) throws SQLException
addBatch in interface StatementSQLExceptionpublic final void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionpublic final Connection getConnection() throws SQLException
getConnection in interface StatementSQLExceptionpublic final boolean getMoreResults(int current)
throws SQLException
getMoreResults 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 poolable)
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 StatementSQLExceptionCopyright © 2013–2018 Alibaba Group. All rights reserved.