org.dbunit.dataset.datatype
Interface IDbProductRelatable

All Known Implementing Classes:
Db2DataTypeFactory, DefaultDataTypeFactory, H2DataTypeFactory, HsqldbDataTypeFactory, MckoiDataTypeFactory, MsSqlDataTypeFactory, MySqlDataTypeFactory, NetezzaDataTypeFactory, Oracle10DataTypeFactory, OracleDataTypeFactory, PostgresqlDataTypeFactory

public interface IDbProductRelatable

Reports what database products this object relates to. Typically implemented by an IDaatTypeFactory.

Since:
2.4.6 (Septemeber 11, 2009)
Version:
$Revision:$ $Date:$
Author:
John Hurst, Last changed by: $Author: $
See Also:
IDataTypeFactory

Method Summary
 java.util.Collection getValidDbProducts()
          Returns a set of Strings representing database product names that this object relates to.
 

Method Detail

getValidDbProducts

java.util.Collection getValidDbProducts()
Returns a set of Strings representing database product names that this object relates to.

Returns:
Set of Strings.


Copyright © 2002-2010. All Rights Reserved.