public class JdbcStatement extends StatementAdapter
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
JdbcStatement(RemoteStatement s) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
executeQuery(String qry) |
int |
executeUpdate(String cmd) |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRowspublic JdbcStatement(RemoteStatement s)
public ResultSet executeQuery(String qry) throws SQLException
executeQuery in interface StatementexecuteQuery in class StatementAdapterSQLExceptionpublic int executeUpdate(String cmd) throws SQLException
executeUpdate in interface StatementexecuteUpdate in class StatementAdapterSQLExceptionCopyright © 2022 VanillaDB Organization. All rights reserved.