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, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRows
public JdbcStatement(RemoteStatement s)
public ResultSet executeQuery(String qry) throws SQLException
executeQuery
in interface Statement
executeQuery
in class StatementAdapter
SQLException
public int executeUpdate(String cmd) throws SQLException
executeUpdate
in interface Statement
executeUpdate
in class StatementAdapter
SQLException
Copyright © 2022 VanillaDB Organization. All rights reserved.