com.cyclops.dbdigger.schema
Class DefaultTypeFactory

java.lang.Object
  extended bycom.cyclops.dbdigger.schema.DefaultTypeFactory
All Implemented Interfaces:
DBTypeFactory

public class DefaultTypeFactory
extends Object
implements DBTypeFactory

Add description HERE!

Since:
2003-6-11 10:45:03
Author:
joel guo

Constructor Summary
DefaultTypeFactory()
           
 
Method Summary
 DBType getType(String typeName, Properties columnProperties)
          Override method getType() of super class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTypeFactory

public DefaultTypeFactory()
Method Detail

getType

public DBType getType(String typeName,
                      Properties columnProperties)
Override method getType() of super class

Specified by:
getType in interface DBTypeFactory
Parameters:
typeName - Name of the type definded as type attribute in schema
columnProperties - Other properties in the column define
Returns:
Type object
See Also:
DBTypeFactory.getType(java.lang.String, java.util.Properties)


Copyright © 2003 Cyclops Group. All Rights Reserved.