org.melati.poem.dbms.test.sql
Class ThrowingResultSetMetaDataJdbc4
java.lang.Object
org.melati.poem.dbms.test.sql.Thrower
org.melati.poem.dbms.test.sql.ThrowingResultSetMetaDataJdbc3
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
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 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 |
ThrowingResultSetMetaDataJdbc4
public ThrowingResultSetMetaDataJdbc4()
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.