org.melati.poem.dbms.test.sql
Class ThrowingStatementJdbc4
java.lang.Object
org.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3
org.melati.poem.dbms.test.sql.ThrowingStatementJdbc4
- All Implemented Interfaces:
- Statement, Wrapper
- Direct Known Subclasses:
- ThrowingStatementVariant
public abstract class ThrowingStatementJdbc4
- extends ThrowingStatementJdbc3
The JDBC4 members of a Statement
, decorated to throw SQLException on command.
- Since:
- 5 Feb 2008
- Author:
- timp
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingStatementJdbc3 |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowingStatementJdbc4
public ThrowingStatementJdbc4()
isClosed
public boolean isClosed()
throws SQLException
-
- Throws:
SQLException
- See Also:
Statement.isClosed()
isPoolable
public boolean isPoolable()
throws SQLException
-
- Throws:
SQLException
- See Also:
Statement.isPoolable()
setPoolable
public void setPoolable(boolean poolable)
throws SQLException
-
- Throws:
SQLException
- See Also:
Statement.setPoolable(boolean)
isWrapperFor
public boolean isWrapperFor(Class<?> iface)
throws SQLException
-
- Throws:
SQLException
- See Also:
Wrapper.isWrapperFor(java.lang.Class)
unwrap
public <T> T unwrap(Class<T> iface)
throws SQLException
-
- Throws:
SQLException
- See Also:
Wrapper.unwrap(java.lang.Class)
Copyright © 2000-2010 PanEris. All Rights Reserved.