Uses of Class
com.semarchy.mdm.runtime.model.common.LogicalDataType

Packages that use LogicalDataType
com.semarchy.mdm.runtime.data This package contains the IDataAccessService and the related classes. 
com.semarchy.mdm.runtime.model   
com.semarchy.mdm.runtime.model.builtin   
com.semarchy.mdm.runtime.model.common   
com.semarchy.mdm.runtime.model.dataaccess   
 

Uses of LogicalDataType in com.semarchy.mdm.runtime.data
 

Methods in com.semarchy.mdm.runtime.data with parameters of type LogicalDataType
static Class<?> JavaDataTypeUtil.getJavaType(LogicalDataType logicalType)
          Get the Java class for a given LogicalDataType
 

Uses of LogicalDataType in com.semarchy.mdm.runtime.model
 

Methods in com.semarchy.mdm.runtime.model that return LogicalDataType
 LogicalDataType DataTypeInfo.getLogicalType()
          The LogicalDataType
 

Constructors in com.semarchy.mdm.runtime.model with parameters of type LogicalDataType
DataTypeInfo(LogicalDataType dataType, Integer length, Integer precision, Integer scale)
           
DataTypeInfo(LogicalDataType type, Integer length, Integer precision, Integer scale, ILov lov, boolean multiValued, String multiValSep)
           
 

Uses of LogicalDataType in com.semarchy.mdm.runtime.model.builtin
 

Methods in com.semarchy.mdm.runtime.model.builtin that return LogicalDataType
 LogicalDataType IBuiltInUDT.getLogicalType()
           
 

Uses of LogicalDataType in com.semarchy.mdm.runtime.model.common
 

Methods in com.semarchy.mdm.runtime.model.common that return LogicalDataType
 LogicalDataType IColumnAttribute.getLogicalType()
           
static LogicalDataType LogicalDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalDataType[] LogicalDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.semarchy.mdm.runtime.model.common with parameters of type LogicalDataType
static boolean LogicalDataTypeUtils.isDateTime(LogicalDataType pLogicalType)
           
static boolean LogicalDataTypeUtils.isLOBType(LogicalDataType pLogicalType)
           
static boolean LogicalDataTypeUtils.isNumber(LogicalDataType pLogicalType)
           
static boolean LogicalDataTypeUtils.isString(LogicalDataType pLogicalType)
           
 

Uses of LogicalDataType in com.semarchy.mdm.runtime.model.dataaccess
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return LogicalDataType
 LogicalDataType IViewAttribute.getLogicalType()
          Deprecated. use IViewAttribute.getDataTypeInfo() instead
 LogicalDataType DataAccessSelectExpression.getLogicalType()
          Return the logical type if known or null if not known.
 

Methods in com.semarchy.mdm.runtime.model.dataaccess with parameters of type LogicalDataType
static String DataAccessSelectExpression.toCharFunction(LogicalDataType logicalType)
          Return the function to use to wrap an expression of the given LogicalDataType
 



Copyright © 2015. All Rights Reserved.