com.cyclops.dbdigger.schema
Interface DBType

All Known Implementing Classes:
UnknownType

public interface DBType

Type model interface, not finished yet

Since:
2003-5-21 22:59:32
Author:
joel guo

Field Summary
static DBType[] EMPTY_ARRAY
          Empty Type object array
 
Method Summary
 String getName()
           
 boolean needQuotation()
           
 

Field Detail

EMPTY_ARRAY

public static final DBType[] EMPTY_ARRAY
Empty Type object array

Method Detail

getName

public String getName()
Returns:
Name of this type

needQuotation

public boolean needQuotation()
Returns:
Does value of this type need quotation


Copyright © 2003 Cyclops Group. All Rights Reserved.