Lines Matching full:throws
21 public void setFetchSize(int fetchSize) throws SQLException {
27 public int getFetchSize() throws SQLException {
31 public int getMaxRows() throws SQLException {
35 public void setMaxRows(int max) throws SQLException {
42 public void setFetchDirection(int fetchDirection) throws SQLException {
46 public int getFetchDirection() throws SQLException {
50 public int getResultSetConcurrency() throws SQLException {
54 public int getResultSetType() throws SQLException {
58 public void setQueryTimeout(int seconds) throws SQLException {
60 // "[throws SQLException if] this method is called on a closed Statement or the condition
77 public int getQueryTimeout() throws SQLException {
81 public ResultSet getResultSet() throws SQLException {
86 throws SQLException {
154 public ResultSet executeQuery(String sql) throws SQLException {
158 public boolean execute(String sql) throws SQLException {
162 public void cancel() throws SQLException {
169 public void clearWarnings() throws SQLException {
172 public Connection getConnection() throws SQLException {
176 public void addBatch(String sql) throws SQLException {
183 public int[] executeBatch() throws SQLException {
206 public void clearBatch() throws SQLException {
213 public void close() throws SQLException {
218 public int executeUpdate(String sql) throws SQLException {
223 public int getMaxFieldSize() throws SQLException {
227 public boolean getMoreResults() throws SQLException {
235 public int getUpdateCount() throws SQLException {
239 public SQLWarning getWarnings() throws SQLException {
243 public void setCursorName(String name) throws SQLException {
247 public void setEscapeProcessing(boolean enable) throws SQLException {
251 public void setMaxFieldSize(int max) throws SQLException {
255 public boolean getMoreResults(int x) throws SQLException {
259 public ResultSet getGeneratedKeys() throws SQLException {
264 throws SQLException {
272 throws SQLException {
277 throws SQLException {
282 throws SQLException {
290 throws SQLException {
295 throws SQLException {
299 public int getResultSetHoldability() throws SQLException {
303 public boolean isClosed() throws SQLException {
307 public void setPoolable(boolean yes) throws SQLException {
313 public boolean isPoolable() throws SQLException {
317 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException {
321 public boolean isWrapperFor(java.lang.Class iface) throws SQLException {