org.dbunit.database
Class ForwardOnlyResultSetTableFactory
java.lang.Object
org.dbunit.database.ForwardOnlyResultSetTableFactory
- All Implemented Interfaces:
- IResultSetTableFactory
public class ForwardOnlyResultSetTableFactory
- extends Object
- implements IResultSetTableFactory
- Since:
- Jul 31, 2003$
- Version:
- $Revision: 554 $
- Author:
- manuel.laflamme$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardOnlyResultSetTableFactory
public ForwardOnlyResultSetTableFactory()
createTable
public IResultSetTable createTable(String tableName,
String selectStatement,
IDatabaseConnection connection)
throws SQLException,
DataSetException
- Specified by:
createTable
in interface IResultSetTableFactory
- Throws:
SQLException
DataSetException
createTable
public IResultSetTable createTable(ITableMetaData metaData,
IDatabaseConnection connection)
throws SQLException,
DataSetException
- Specified by:
createTable
in interface IResultSetTableFactory
- Throws:
SQLException
DataSetException
Copyright © 2002-2011. All Rights Reserved.