com.cyclops.dbdigger.schema
Class UnknownType
java.lang.Object
com.cyclops.dbdigger.schema.UnknownType
- All Implemented Interfaces:
- DBType
- public class UnknownType
- extends Object
- implements DBType
Add description HERE!
- Since:
- 2003-6-19 14:48:21
- Author:
- joel guo
|
Method Summary |
String |
getName()
Override method getName() of super class |
boolean |
needQuotation()
Override method needQuotation() of super class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final UnknownType INSTANCE
- Instance
NAME
public static final String NAME
- Name
- See Also:
- Constant Field Values
UnknownType
public UnknownType()
getName
public String getName()
- Override method getName() of super class
- Specified by:
getName in interface DBType
- Returns:
- Name of this type
- See Also:
DBType.getName()
needQuotation
public boolean needQuotation()
- Override method needQuotation() of super class
- Specified by:
needQuotation in interface DBType
- Returns:
- Does value of this type need quotation
- See Also:
DBType.needQuotation()
Copyright © 2003 Cyclops Group. All Rights Reserved.