org.dbunit.database
Class ForwardOnlyResultSetTableFactory

java.lang.Object
  extended by org.dbunit.database.ForwardOnlyResultSetTableFactory
All Implemented Interfaces:
IResultSetTableFactory

public class ForwardOnlyResultSetTableFactory
extends java.lang.Object
implements IResultSetTableFactory

Since:
Jul 31, 2003$
Version:
$Revision: 398 $
Author:
manuel.laflamme$

Constructor Summary
ForwardOnlyResultSetTableFactory()
           
 
Method Summary
 IResultSetTable createTable(ITableMetaData metaData, IDatabaseConnection connection)
           
 IResultSetTable createTable(java.lang.String tableName, java.lang.String selectStatement, IDatabaseConnection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardOnlyResultSetTableFactory

public ForwardOnlyResultSetTableFactory()
Method Detail

createTable

public IResultSetTable createTable(java.lang.String tableName,
                                   java.lang.String selectStatement,
                                   IDatabaseConnection connection)
                            throws java.sql.SQLException,
                                   DataSetException
Specified by:
createTable in interface IResultSetTableFactory
Throws:
java.sql.SQLException
DataSetException

createTable

public IResultSetTable createTable(ITableMetaData metaData,
                                   IDatabaseConnection connection)
                            throws java.sql.SQLException,
                                   DataSetException
Specified by:
createTable in interface IResultSetTableFactory
Throws:
java.sql.SQLException
DataSetException


Copyright © 2002-2006. All Rights Reserved.