Uses of Class
adams.db.types.ColumnType
-
Packages that use ColumnType Package Description adams.db adams.db.types -
-
Uses of ColumnType in adams.db
Fields in adams.db with type parameters of type ColumnType Modifier and Type Field Description protected Hashtable<String,ColumnType>
ColumnMapping. m_Mapping
name -> type mappingMethods in adams.db that return ColumnType Modifier and Type Method Description ColumnType
ColumnMapping. getMapping(String cname)
Get the sql type for a column nameMethods in adams.db with parameters of type ColumnType Modifier and Type Method Description void
ColumnMapping. addMapping(String cname, ColumnType typ)
Add a 'column', name-> sql type mapping -
Uses of ColumnType in adams.db.types
Subclasses of ColumnType in adams.db.types Modifier and Type Class Description class
AutoIncrementType
Autoincrement SQL typeMethods in adams.db.types with parameters of type ColumnType Modifier and Type Method Description boolean
ColumnType. equivalentTo(AbstractDatabaseConnection conn, ColumnType type)
True if given type if equivalent to this object.boolean
ColumnType. isEncompassed(AbstractDatabaseConnection conn, ColumnType type)
True if given type if encompassed to this object, ie if this type is at most the size of the provided one.
-