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_Mappingname -> type mappingMethods in adams.db that return ColumnType Modifier and Type Method Description ColumnTypeColumnMapping. getMapping(String cname)Get the sql type for a column nameMethods in adams.db with parameters of type ColumnType Modifier and Type Method Description voidColumnMapping. 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 classAutoIncrementTypeAutoincrement SQL typeMethods in adams.db.types with parameters of type ColumnType Modifier and Type Method Description booleanColumnType. equivalentTo(AbstractDatabaseConnection conn, ColumnType type)True if given type if equivalent to this object.booleanColumnType. 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.
-