SRJRCFrames
v0.1.296

Uses of Class
de.schwarzrot.data.meta.ColumnType

Packages that use ColumnType
de.schwarzrot.data.access.support helper classes used by the data accessors 
de.schwarzrot.data.meta domain classes used to build database model definitions 
 

Uses of ColumnType in de.schwarzrot.data.access.support
 

Methods in de.schwarzrot.data.access.support that return ColumnType
 ColumnType DbUtil.getTypeFrom(int sqlType)
          maps SQL types to logical ColumnTypes used by application
 ColumnType AbstractDbUtils.getTypeFrom(int sqlType)
           
protected  ColumnType PgUtils.getTypeFrom(String rawType)
           
 

Uses of ColumnType in de.schwarzrot.data.meta
 

Methods in de.schwarzrot.data.meta that return ColumnType
 ColumnType ColumnMetaData.getType()
           
 ColumnType ColumnDefinition.getType()
           
 ColumnType AttributeDomain.getType()
           
static ColumnType ColumnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnType[] ColumnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.schwarzrot.data.meta that return types with arguments of type ColumnType
 Map<ColumnType,Map<String,AttributeDomain>> DatabaseModel.getDomainAccess()
           
 

Methods in de.schwarzrot.data.meta with parameters of type ColumnType
 AttributeDomain DatabaseModel.findAttributeDomain(ColumnType ct, int size)
           
 AttributeDomain DatabaseModel.findAttributeDomain(ColumnType ct, int size, int decimals, boolean autoIncrement)
           
 void ColumnMetaData.setType(ColumnType type)
           
 void AttributeDomain.setType(ColumnType type)
           
 


SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.