org.melati.poem.dbms.test.sql
Class ThrowingResultSetMetaDataJdbc4

Package class diagram package ThrowingResultSetMetaDataJdbc4
java.lang.Object
  extended by org.melati.poem.dbms.test.sql.Thrower
      extended by org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
          extended by org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc4
All Implemented Interfaces:
ResultSetMetaData, Wrapper
Direct Known Subclasses:
ThrowingResultSetMetaDataVariant

public abstract class ThrowingResultSetMetaDataJdbc4
extends ThrowingResultSetMetaDataJdbc3
implements ResultSetMetaData

Since:
5 Feb 2008
Author:
timp

Field Summary
 
Fields inherited from interface java.sql.ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown
 
Constructor Summary
ThrowingResultSetMetaDataJdbc4()
           
 
Method Summary
 boolean isWrapperFor(Class<?> iface)
          
<T> T
unwrap(Class<T> iface)
          
 
Methods inherited from class org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
 
Methods inherited from class org.melati.poem.dbms.test.sql.Thrower
shouldThrow, startThrowing, startThrowingAfter, stopThrowing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.ResultSetMetaData
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
 

Constructor Detail

ThrowingResultSetMetaDataJdbc4

public ThrowingResultSetMetaDataJdbc4()
Method Detail

isWrapperFor

public boolean isWrapperFor(Class<?> iface)
                     throws SQLException

Specified by:
isWrapperFor in interface Wrapper
Throws:
SQLException
See Also:
Wrapper.isWrapperFor(java.lang.Class)

unwrap

public <T> T unwrap(Class<T> iface)
         throws SQLException

Specified by:
unwrap in interface Wrapper
Throws:
SQLException
See Also:
Wrapper.unwrap(java.lang.Class)


Copyright © 2000-2010 PanEris. All Rights Reserved.