com.cyclops.dbdigger.schema
Class DefaultTypeFactory
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTypeFactory
public DefaultTypeFactory()
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 schemacolumnProperties - 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.