public class RestfulStatement extends AbstractStatement
batchedArgs| 构造器和说明 |
|---|
RestfulStatement(RestfulConnection conn,
String database) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
boolean |
execute(String sql) |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
Connection |
getConnection() |
ResultSet |
getResultSet() |
int |
getUpdateCount() |
boolean |
isClosed() |
addBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, 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
executeQuery 在接口中 StatementexecuteQuery 在类中 AbstractStatementSQLExceptionpublic int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementexecuteUpdate 在类中 AbstractStatementSQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 Statementclose 在类中 AbstractStatementSQLExceptionpublic boolean execute(String sql) throws SQLException
execute 在接口中 Statementexecute 在类中 AbstractStatementSQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet 在接口中 StatementgetResultSet 在类中 AbstractStatementSQLExceptionpublic int getUpdateCount()
throws SQLException
getUpdateCount 在接口中 StatementgetUpdateCount 在类中 AbstractStatementSQLExceptionpublic Connection getConnection() throws SQLException
getConnection 在接口中 StatementgetConnection 在类中 AbstractStatementSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 StatementisClosed 在类中 AbstractStatementSQLExceptionCopyright © 2021. All rights reserved.