Uses of Interface
com.metamatrix.metadata.runtime.api.DataType

Packages that use DataType
com.metamatrix.metadata.runtime.api   
com.metamatrix.metadata.runtime.model   
 

Uses of DataType in com.metamatrix.metadata.runtime.api
 

Methods in com.metamatrix.metadata.runtime.api that return DataType
 DataType ProcedureParameter.getDataType()
          Returns the DataType this parameter will be represented as.
 DataType Element.getDataType()
          Returns the DataType this element is represented as.
 DataType DataType.getPreferredDataType()
          if the data type is not a standard type, then this should return the MetaMatrix standard data type that is considered the preferred internal type to which this data type corresponds.
 DataType DataType.getRuntimeType()
          Returns Runtime type that this datatype is mapped to.
 

Uses of DataType in com.metamatrix.metadata.runtime.model
 

Methods in com.metamatrix.metadata.runtime.model that return DataType
 DataType BasicElement.getActualDataType()
           
 DataType BasicProcedureParameter.getActualDataType()
           
 DataType BasicElement.getDataType()
           
 DataType BasicProcedureParameter.getDataType()
           
 

Methods in com.metamatrix.metadata.runtime.model with parameters of type DataType
 void BasicElement.setDataType(DataType type)
           
 void BasicProcedureParameter.setDataType(DataType dataType)
           
 

Constructors in com.metamatrix.metadata.runtime.model with parameters of type DataType
BasicProcedureParameter(java.lang.String name, BasicProcedureID procedureID, DataType dType, short paramType, int paramPosition, int resultSetPosition, boolean isOpitional)
          Call constructor to instantiate a procedure parameter object by passing the name that identifies the entity.
 



Copyright © 2009. All Rights Reserved.