com.cyclops.dbdigger.schema
Class UnknownType

java.lang.Object
  extended bycom.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

Field Summary
static UnknownType INSTANCE
          Instance
static String NAME
          Name
 
Fields inherited from interface com.cyclops.dbdigger.schema.DBType
EMPTY_ARRAY
 
Constructor Summary
UnknownType()
           
 
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
 

Field Detail

INSTANCE

public static final UnknownType INSTANCE
Instance


NAME

public static final String NAME
Name

See Also:
Constant Field Values
Constructor Detail

UnknownType

public UnknownType()
Method Detail

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.