Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
JavaDataTypeUtil.getJavaType(LogicalDataType logicalType)
Get the Java class for a given
LogicalDataType |
Modifier and Type | Method and Description |
---|---|
LogicalDataType |
DataTypeInfo.getLogicalType()
The
LogicalDataType |
Constructor and Description |
---|
DataTypeInfo(LogicalDataType logicalType,
Integer length,
Integer precision,
Integer scale) |
DataTypeInfo(LogicalDataType logicalType,
Integer length,
Integer precision,
Integer scale,
ILov lov,
boolean multiValued,
String multiValSep) |
Modifier and Type | Method and Description |
---|---|
LogicalDataType |
IBuiltInUDT.getLogicalType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LogicalDataTypeUtils.isDateTime(LogicalDataType pLogicalType) |
static boolean |
LogicalDataTypeUtils.isLOBType(LogicalDataType pLogicalType)
Deprecated.
use
isLOB() |
static boolean |
LogicalDataTypeUtils.isNumber(LogicalDataType pLogicalType)
Deprecated.
use
isNumber() |
static boolean |
LogicalDataTypeUtils.isString(LogicalDataType pLogicalType) |
Modifier and Type | Method and Description |
---|---|
LogicalDataType |
IViewAttribute.getLogicalType()
Deprecated.
use
IViewAttribute.getDataTypeInfo() instead |
LogicalDataType |
DataAccessSelectExpression.getLogicalType()
Return the logical type if known or null if not known.
|
Modifier and Type | Method and Description |
---|---|
static String |
DataAccessSelectExpression.toCharFunction(LogicalDataType logicalType)
Return the function to use to wrap an expression of the given
LogicalDataType |
Copyright © 2016. All rights reserved.