Uses of Interface
com.cyclops.dbdigger.schema.DBType

Packages that use DBType
com.cyclops.dbdigger.schema   
 

Uses of DBType in com.cyclops.dbdigger.schema
 

Classes in com.cyclops.dbdigger.schema that implement DBType
 class UnknownType
          Add description HERE!
 

Fields in com.cyclops.dbdigger.schema declared as DBType
static DBType[] DBType.EMPTY_ARRAY
          Empty Type object array
 

Methods in com.cyclops.dbdigger.schema that return DBType
 DBType DefaultTypeFactory.getType(String typeName, Properties columnProperties)
          Override method getType() of super class
 DBType DefaultColumn.getDBType()
          Method getDbtype()
 DBType DBTypeFactory.getType(String typeName, Properties columnProperties)
          Get type object from the schema
 DBType Column.getDBType()
          Method getDBType()
 

Methods in com.cyclops.dbdigger.schema with parameters of type DBType
 void DefaultColumn.setDBType(DBType atype)
          Method setDbtype()
 



Copyright © 2003 Cyclops Group. All Rights Reserved.