com.cyclops.dbdigger.schema
Interface DBTypeFactory

All Known Implementing Classes:
DefaultTypeFactory

public interface DBTypeFactory

Add description HERE!

Since:
2003-6-11 10:35:44
Author:
joel guo

Method Summary
 DBType getType(String typeName, Properties columnProperties)
          Get type object from the schema
 

Method Detail

getType

public DBType getType(String typeName,
                      Properties columnProperties)
Get type object from the schema

Parameters:
typeName - Name of the type definded as type attribute in schema
columnProperties - Other properties in the column define
Returns:
Type object


Copyright © 2003 Cyclops Group. All Rights Reserved.