@Deprecated public class RestfulStatement extends AbstractStatement
affectedRows, batchedArgs, instanceIdCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
RestfulStatement(RestfulConnection conn,
String database)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
boolean |
execute(String sql)
Deprecated.
|
boolean |
execute(String sql,
Long reqId)
Deprecated.
|
ResultSet |
executeQuery(String sql)
Deprecated.
|
ResultSet |
executeQuery(String sql,
Long reqId)
Deprecated.
|
int |
executeUpdate(String sql)
Deprecated.
|
int |
executeUpdate(String sql,
Long reqId)
Deprecated.
|
Connection |
getConnection()
Deprecated.
|
ResultSet |
getResultSet()
Deprecated.
|
int |
getUpdateCount()
Deprecated.
|
boolean |
isClosed()
Deprecated.
|
addBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getInstanceId, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getWarnings, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowsisWrapperFor, unwrappublic RestfulStatement(RestfulConnection conn, String database)
public ResultSet executeQuery(String sql) throws SQLException
SQLExceptionpublic ResultSet executeQuery(String sql, Long reqId) throws SQLException
executeQuery in class AbstractStatementSQLExceptionpublic int executeUpdate(String sql) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, Long reqId) throws SQLException
executeUpdate in class AbstractStatementSQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic boolean execute(String sql) throws SQLException
SQLExceptionpublic boolean execute(String sql, Long reqId) throws SQLException
execute in class AbstractStatementSQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic int getUpdateCount()
throws SQLException
SQLExceptionpublic Connection getConnection() throws SQLException
SQLExceptionpublic boolean isClosed()
throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.